X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=apidoc%2Fdoxygen.cfg.in;h=9c328db4cf04726ffd1262f0a50cd83df1c816d6;hb=75b25db9f40ea7bbd11e63652d5fae591b3f1206;hp=dcdc6329029f9577bfaba5e380c1cc388f52b4d7;hpb=1f874801d27dc225f0e0d31417ddbeb22d2b9ca5;p=apps%2Fmadmutt.git diff --git a/apidoc/doxygen.cfg.in b/apidoc/doxygen.cfg.in index dcdc632..9c328db 100644 --- a/apidoc/doxygen.cfg.in +++ b/apidoc/doxygen.cfg.in @@ -238,7 +238,7 @@ EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. @@ -387,7 +387,7 @@ SHOW_USED_FILES = NO # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO. -SHOW_DIRECTORIES = NO +SHOW_DIRECTORIES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from the @@ -557,7 +557,7 @@ FILTER_SOURCE_FILES = NO # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation.