X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FDoxyfile;h=65f044bb0d9dbacc32feeed370511e8b194fb10b;hb=44c30618e25ce2eb103b87e84e10dcd51dad0879;hp=6248d9c5312d77d9ce30b8694e4373d5428a9538;hpb=63f3ada05b99ec1994ab72cb0c8c0f44cd0f33c7;p=citadel.git diff --git a/webcit/Doxyfile b/webcit/Doxyfile index 6248d9c53..65f044bb0 100644 --- a/webcit/Doxyfile +++ b/webcit/Doxyfile @@ -480,8 +480,7 @@ RECURSIVE = NO # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = webcit.h and messages.c and vcard.h and userlist.c -#!!!!!!!! for now +EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -1007,7 +1006,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = WEBCIT_WITH_CALENDAR_SERVICE HAVE_OPENSSL +PREDEFINED = WEBCIT_WITH_CALENDAR_SERVICE HAVE_OPENSSL ENABLE_NLS HAVE_ICONV HAVE_ZLIB # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then @@ -1117,7 +1116,7 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = NO +UML_LOOK = YES # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances.