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
path: root/doc
diff options
context:
space:
mode:
authorBuFran <BuFran@seznam.cz>2013-06-22 14:37:58 +0400
committerPiotr Esden-Tempski <piotr@esden.net>2013-07-08 03:12:03 +0400
commit8f3ebd11c7e880f4fddb8b5f4511a2dcbff67622 (patch)
tree12710f60aa4f8dab8317eeab830eddcba678acad /doc
parent337733b5e5832d89b423f2cedbe238135dae84b5 (diff)
Strip the BEGIN_DECLS definition from the first function in a module documentation.
Diffstat (limited to 'doc')
-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.