summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-29 11:04:24 +0000
committerGravatar m0gg2006-11-29 11:04:24 +0000
commitfd7c2c579f6b10531f1aad4c75ebfadc03652e90 (patch)
treed4d3032d83f0e2637c1ccd9bfc840d549c333e39 /doc
parent9a0670ad01e00ab01cfb4f308f1b124941968fa2 (diff)
downloadcsoap-fd7c2c579f6b10531f1aad4c75ebfadc03652e90.tar.gz
csoap-fd7c2c579f6b10531f1aad4c75ebfadc03652e90.tar.bz2
Message encryption added
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.api4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.api b/doc/Doxyfile.api
index ae52f80..0614bb7 100644
--- a/doc/Doxyfile.api
+++ b/doc/Doxyfile.api
@@ -1005,7 +1005,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED =
+PREDEFINED = __CSOAP_INTERNAL=1 __NHTTP_INTERNAL=1
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
@@ -1141,7 +1141,7 @@ INCLUDED_BY_GRAPH = YES
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command.
-CALL_GRAPH = NO
+CALL_GRAPH = YES
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
# will graphical hierarchy of all classes instead of a textual one.