diff options
author | Dmitri Pal <dpal@redhat.com> | 2010-03-11 12:19:00 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-12 09:00:28 -0500 |
commit | e4b162f4155435515af1f806878fc2b33e1adf4e (patch) | |
tree | e30030004f03e72a54fed44709c3517c93c2105b | |
parent | b1798ddcfb952efb7cc8bacaf51b3486a7fec121 (diff) | |
download | sssd-e4b162f4155435515af1f806878fc2b33e1adf4e.tar.gz sssd-e4b162f4155435515af1f806878fc2b33e1adf4e.tar.xz sssd-e4b162f4155435515af1f806878fc2b33e1adf4e.zip |
Do not generate man pages for COLLECION for now.
-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 e5ac3a121..7f5d94e1b 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 |