diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-20 20:35:26 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-20 20:35:26 +0000 |
commit | 502f2305ec114ecc46585f5b7138fe3a556ed1e1 (patch) | |
tree | 46b02741bb29917bb3511cdc1a1962721cee69cc | |
parent | b1dd6f1b77161b3e63de3c13855a97b0e4f9b2ec (diff) |
SEPARATE_MEMBER_PAGES is a big win for a large single-file program.
svn path=/rcynic/Doxyfile; revision=3778
-rw-r--r-- | rcynic/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/Doxyfile b/rcynic/Doxyfile index d6abff6a..5fffef41 100644 --- a/rcynic/Doxyfile +++ b/rcynic/Doxyfile @@ -165,7 +165,7 @@ INHERIT_DOCS = YES # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. -SEPARATE_MEMBER_PAGES = NO +SEPARATE_MEMBER_PAGES = YES # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. |