From da923aa63cd8b8cfb25687bccf4539c0b720ab29 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Wed, 17 Feb 2016 20:02:07 -0800 Subject: [PATCH] Update Doxygen file to enable C++11 support flag --- docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 170850f..4bb2be8 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -1365,7 +1365,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = "TINS_IS_CXX11=1" # 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.