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 | 4a7e01523bfbbe1971bf2fa681f386e20c53637b (patch) | |
tree | 244c272783f80b5cb038a473594e960f8c83e39b | |
parent | e6415ba6f34ebd544d26fac48cf50a6e1fe687ed (diff) | |
download | ding-libs-4a7e01523bfbbe1971bf2fa681f386e20c53637b.tar.gz ding-libs-4a7e01523bfbbe1971bf2fa681f386e20c53637b.tar.xz ding-libs-4a7e01523bfbbe1971bf2fa681f386e20c53637b.zip |
Do not generate man pages for COLLECION for now.
-rw-r--r-- | collection/collection.cfg.doxy.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/collection/collection.cfg.doxy.in b/collection/collection.cfg.doxy.in index e5ac3a1..7f5d94e 100644 --- a/collection/collection.cfg.doxy.in +++ b/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 |