diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-06-14 05:52:24 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-06-14 05:52:24 +0000 |
commit | 5f029cf734e1c84b7dcde8383bbc85aada08ee1c (patch) | |
tree | a07a574c624de9853c58d1e9f700a607ec0ad0a4 | |
parent | 5c3263289b3e10c49badd416e12075af0f2f294e (diff) | |
download | libbu++-5f029cf734e1c84b7dcde8383bbc85aada08ee1c.tar.gz libbu++-5f029cf734e1c84b7dcde8383bbc85aada08ee1c.tar.bz2 libbu++-5f029cf734e1c84b7dcde8383bbc85aada08ee1c.tar.xz libbu++-5f029cf734e1c84b7dcde8383bbc85aada08ee1c.zip |
Some doxygen changes (really just a test of svn props in something else)
Diffstat (limited to '')
-rw-r--r-- | Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,12 +25,12 @@ ABBREVIATE_BRIEF = "The $name class" \ | |||
25 | ALWAYS_DETAILED_SEC = NO | 25 | ALWAYS_DETAILED_SEC = NO |
26 | INLINE_INHERITED_MEMB = NO | 26 | INLINE_INHERITED_MEMB = NO |
27 | FULL_PATH_NAMES = NO | 27 | FULL_PATH_NAMES = NO |
28 | STRIP_FROM_PATH = /home/eichlan/projects/libbu++/ | 28 | STRIP_FROM_PATH = |
29 | STRIP_FROM_INC_PATH = | 29 | STRIP_FROM_INC_PATH = |
30 | SHORT_NAMES = NO | 30 | SHORT_NAMES = NO |
31 | JAVADOC_AUTOBRIEF = YES | 31 | JAVADOC_AUTOBRIEF = YES |
32 | MULTILINE_CPP_IS_BRIEF = NO | 32 | MULTILINE_CPP_IS_BRIEF = NO |
33 | DETAILS_AT_TOP = NO | 33 | DETAILS_AT_TOP = YES |
34 | INHERIT_DOCS = YES | 34 | INHERIT_DOCS = YES |
35 | DISTRIBUTE_GROUP_DOC = NO | 35 | DISTRIBUTE_GROUP_DOC = NO |
36 | TAB_SIZE = 4 | 36 | TAB_SIZE = 4 |
@@ -151,7 +151,7 @@ VERBATIM_HEADERS = YES | |||
151 | # configuration options related to the alphabetical class index | 151 | # configuration options related to the alphabetical class index |
152 | #--------------------------------------------------------------------------- | 152 | #--------------------------------------------------------------------------- |
153 | ALPHABETICAL_INDEX = YES | 153 | ALPHABETICAL_INDEX = YES |
154 | COLS_IN_ALPHA_INDEX = 5 | 154 | COLS_IN_ALPHA_INDEX = 4 |
155 | IGNORE_PREFIX = | 155 | IGNORE_PREFIX = |
156 | #--------------------------------------------------------------------------- | 156 | #--------------------------------------------------------------------------- |
157 | # configuration options related to the HTML output | 157 | # configuration options related to the HTML output |