summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2011-11-22 10:29:34 -0700
committerJohn Wiegley <johnw@newartisans.com>2012-02-10 09:36:37 -1000
commit443eba0adc4363886ad14dd428ff6853d616470e (patch)
tree10013deac6dcc9c14b9648895a55197c520f1fc1 /doc
parentb003b3368a3fae4e95a67ab3ccfc511a68269fbb (diff)
downloadfork-ledger-443eba0adc4363886ad14dd428ff6853d616470e.tar.gz
fork-ledger-443eba0adc4363886ad14dd428ff6853d616470e.tar.bz2
fork-ledger-443eba0adc4363886ad14dd428ff6853d616470e.zip
Doxygen file to generate maximum amount of info to help sort through the source code
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 26835d70..33750741 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -102,14 +102,14 @@ ABBREVIATE_BRIEF = "The $name class" \
# Doxygen will generate a detailed section even if there is only a brief
# description.
-ALWAYS_DETAILED_SEC = NO
+ALWAYS_DETAILED_SEC = YES
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
-INLINE_INHERITED_MEMB = NO
+INLINE_INHERITED_MEMB = YES
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
# path before files name in the file list and in the header files. If set
@@ -296,7 +296,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.