diff options
-rw-r--r-- | common/collection/collection.cfg.doxy.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/collection/collection.cfg.doxy.in b/common/collection/collection.cfg.doxy.in index e5ac3a12..7f5d94e1 100644 --- a/common/collection/collection.cfg.doxy.in +++ b/common/collection/collection.cfg.doxy.in @@ -412,7 +412,7 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = NO +SORT_MEMBER_DOCS = NOGENERATE MAN # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically @@ -1157,7 +1157,7 @@ RTF_EXTENSIONS_FILE = # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages -GENERATE_MAN = YES +GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be |