diff options
author | m0gg | 2006-12-01 10:55:59 +0000 |
---|---|---|
committer | m0gg | 2006-12-01 10:55:59 +0000 |
commit | 1e0e97fe7b654ecd7f5315d129df6e57f3e63371 (patch) | |
tree | dce178f3f876c04f4e5b1385f388c81fc1b6994c /doc | |
parent | 77ce98ff186515cce217814886d9d5b899380c7b (diff) | |
download | csoap-1e0e97fe7b654ecd7f5315d129df6e57f3e63371.tar.gz csoap-1e0e97fe7b654ecd7f5315d129df6e57f3e63371.tar.bz2 |
Fix nanoHTTP HTTPS client (still needs port in URL)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.source | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.source b/doc/Doxyfile.source index 70b8d10..36bf658 100644 --- a/doc/Doxyfile.source +++ b/doc/Doxyfile.source @@ -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. |