aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-03-23 15:50:38 +0000
committerMike Buland <eichlan@xagasoft.com>2007-03-23 15:50:38 +0000
commit76185dca1136f9542e75361961c2e7362d8b670b (patch)
treedffc19fc6914bd391b4307c9659bb4ef4dc0b894 /Doxyfile
parent7edb08f083dbe1408285a083e4132673b6e1d7be (diff)
downloadlibbu++-76185dca1136f9542e75361961c2e7362d8b670b.tar.gz
libbu++-76185dca1136f9542e75361961c2e7362d8b670b.tar.bz2
libbu++-76185dca1136f9542e75361961c2e7362d8b670b.tar.xz
libbu++-76185dca1136f9542e75361961c2e7362d8b670b.zip
Added another function to FString.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index d32fc09..6c7412e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -80,7 +80,7 @@ WARN_LOGFILE =
80#--------------------------------------------------------------------------- 80#---------------------------------------------------------------------------
81# configuration options related to the input files 81# configuration options related to the input files
82#--------------------------------------------------------------------------- 82#---------------------------------------------------------------------------
83INPUT = . 83INPUT = src
84FILE_PATTERNS = *.c \ 84FILE_PATTERNS = *.c \
85 *.cc \ 85 *.cc \
86 *.cxx \ 86 *.cxx \
@@ -127,7 +127,7 @@ FILE_PATTERNS = *.c \
127 *.moc \ 127 *.moc \
128 *.xpm \ 128 *.xpm \
129 *.dox 129 *.dox
130RECURSIVE = YES 130RECURSIVE = NO
131EXCLUDE = 131EXCLUDE =
132EXCLUDE_SYMLINKS = NO 132EXCLUDE_SYMLINKS = NO
133EXCLUDE_PATTERNS = 133EXCLUDE_PATTERNS =