aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-06-14 05:52:24 +0000
committerMike Buland <eichlan@xagasoft.com>2006-06-14 05:52:24 +0000
commit5f029cf734e1c84b7dcde8383bbc85aada08ee1c (patch)
treea07a574c624de9853c58d1e9f700a607ec0ad0a4 /Doxyfile
parent5c3263289b3e10c49badd416e12075af0f2f294e (diff)
downloadlibbu++-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 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index c9ded4d..d32fc09 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -25,12 +25,12 @@ ABBREVIATE_BRIEF = "The $name class" \
25ALWAYS_DETAILED_SEC = NO 25ALWAYS_DETAILED_SEC = NO
26INLINE_INHERITED_MEMB = NO 26INLINE_INHERITED_MEMB = NO
27FULL_PATH_NAMES = NO 27FULL_PATH_NAMES = NO
28STRIP_FROM_PATH = /home/eichlan/projects/libbu++/ 28STRIP_FROM_PATH =
29STRIP_FROM_INC_PATH = 29STRIP_FROM_INC_PATH =
30SHORT_NAMES = NO 30SHORT_NAMES = NO
31JAVADOC_AUTOBRIEF = YES 31JAVADOC_AUTOBRIEF = YES
32MULTILINE_CPP_IS_BRIEF = NO 32MULTILINE_CPP_IS_BRIEF = NO
33DETAILS_AT_TOP = NO 33DETAILS_AT_TOP = YES
34INHERIT_DOCS = YES 34INHERIT_DOCS = YES
35DISTRIBUTE_GROUP_DOC = NO 35DISTRIBUTE_GROUP_DOC = NO
36TAB_SIZE = 4 36TAB_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#---------------------------------------------------------------------------
153ALPHABETICAL_INDEX = YES 153ALPHABETICAL_INDEX = YES
154COLS_IN_ALPHA_INDEX = 5 154COLS_IN_ALPHA_INDEX = 4
155IGNORE_PREFIX = 155IGNORE_PREFIX =
156#--------------------------------------------------------------------------- 156#---------------------------------------------------------------------------
157# configuration options related to the HTML output 157# configuration options related to the HTML output