diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-23 15:50:38 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-23 15:50:38 +0000 |
commit | 76185dca1136f9542e75361961c2e7362d8b670b (patch) | |
tree | dffc19fc6914bd391b4307c9659bb4ef4dc0b894 /Doxyfile | |
parent | 7edb08f083dbe1408285a083e4132673b6e1d7be (diff) | |
download | libbu++-76185dca1136f9542e75361961c2e7362d8b670b.tar.gz libbu++-76185dca1136f9542e75361961c2e7362d8b670b.tar.bz2 libbu++-76185dca1136f9542e75361961c2e7362d8b670b.tar.xz libbu++-76185dca1136f9542e75361961c2e7362d8b670b.zip |
Added another function to FString.
Diffstat (limited to '')
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | #--------------------------------------------------------------------------- |
83 | INPUT = . | 83 | INPUT = src |
84 | FILE_PATTERNS = *.c \ | 84 | FILE_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 |
130 | RECURSIVE = YES | 130 | RECURSIVE = NO |
131 | EXCLUDE = | 131 | EXCLUDE = |
132 | EXCLUDE_SYMLINKS = NO | 132 | EXCLUDE_SYMLINKS = NO |
133 | EXCLUDE_PATTERNS = | 133 | EXCLUDE_PATTERNS = |