From: Arnaud Giersch Date: Fri, 29 Jun 2018 09:40:35 +0000 (+0200) Subject: Define __cplusplus for doxygen. X-Git-Tag: v3_21~602 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/52fd53c1927b271828348841b782281f64b7bef8 Define __cplusplus for doxygen. --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index afe08e7f65..9b2afe71a3 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1469,7 +1469,8 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = XBT_PUBLIC= \ +PREDEFINED = __cplusplus \ + XBT_PUBLIC= \ XBT_EXPORT_NO_IMPORT= \ XBT_IMPORT_NO_EXPORT= \ XBT_PUBLIC_DATA=extern \