From 52fd53c1927b271828348841b782281f64b7bef8 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 29 Jun 2018 11:40:35 +0200 Subject: [PATCH] Define __cplusplus for doxygen. --- doc/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.20.1