From a33126c3e6ea9897e134bba0ae41f8c61f487a11 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 9 Jul 2012 00:04:39 +0000 Subject: [PATCH] doc: hide "__extern" from the final documentation. --- doc/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index 29da0a1..1179beb 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -1260,7 +1260,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = _DOXYGEN_SKIP_ME +PREDEFINED = _DOXYGEN_SKIP_ME __extern= # 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.