Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Doxyfile_common2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile_common b/doc/Doxyfile_common
index e6114514..a36a2c10 100644
--- a/doc/Doxyfile_common
+++ b/doc/Doxyfile_common
@@ -1525,7 +1525,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = __attribute__(x)=
+PREDEFINED = __attribute__(x)= BEGIN_DECLS END_DECLS
# 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.