ref: 5e07844aec00a226dc9a818710af6b1bc9b5acb4
parent: 8617bb82be282bc354e716a11cb92fa5e3006c96
author: Doug Cook <idigdoug@users.sourceforge.net>
date: Wed Dec 28 11:34:37 EST 2011
Eliminate Doxygen warnings due to static assertions
--- a/Doxyfile
+++ b/Doxyfile
@@ -703,7 +703,7 @@
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = lsx_static_assert_*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1514,7 +1514,8 @@
USHRT_MAX=0xffff \
INT_MAX=2147483647 \
INT_MIN=(-2147483647-1) \
- UINT_MAX=0xffffffff
+ UINT_MAX=0xffffffff \
+ _DOXYGEN_
# 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.