summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-07-12 05:08:23 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-07-12 05:08:23 +0000
commitf7b3edec972200bde92ede325bf3a7309ca0a4a7 (patch)
tree58d50ebc381f630267f01a76d1685bdad406bd06 /doc
parent10c39014e897d43e118e2ddd4f2c90b7de7ec517 (diff)
Doc/doxyfile.
doc/doxyfile.in: * doc/CppUnit-Win.dox: updated doxygen configuration files so that CPPUNIT_NS_BEGIN and CPPUNIT_NS_END macros are expanded. This help generates the documentation using the CppUnit namespace.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 8b73ca3..68b9322 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -481,13 +481,16 @@ INCLUDE_PATH =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = CPPUNIT_HAVE_CPP_SOURCE_ANNOTATION
+PREDEFINED = CPPUNIT_HAVE_CPP_SOURCE_ANNOTATION \
+ CPPUNIT_HAVE_NAMESPACES=1 \
+ CPPUNIT_NS_BEGIN="namespace CppUnit {" \
+ CPPUNIT_NS_END=}
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED tag.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
#---------------------------------------------------------------------------
# Configuration::addtions related to external references