From e4b162f4155435515af1f806878fc2b33e1adf4e Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 11 Mar 2010 12:19:00 -0500 Subject: Do not generate man pages for COLLECION for now. --- common/collection/collection.cfg.doxy.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') 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 -- cgit