Commit 69b3d506bf29096ac795a18f23a0f0599697cb4f

sammy 2008-05-01T07:47:24

* Predefine __cplusplus in the Doxygen config file so that the whole headers are parsed.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in
index 36ec638..4417e1f 100644
--- a/docs/doxygen.cfg.in
+++ b/docs/doxygen.cfg.in
@@ -1116,7 +1116,7 @@ INCLUDE_FILE_PATTERNS  =
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = 
+PREDEFINED             = __cplusplus
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded.