summaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 03:40:18 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 03:40:18 +0200
commitfa486bd8ec84f7367847852f48ecc4239e5d1657 (patch)
tree977184c6a0537929aadaf5ac774b0afbcddce33e /Doxyfile.in
parent1c8d382fac3101fbaa89950d0a19f65761b08d26 (diff)
downloadfastd-fa486bd8ec84f7367847852f48ecc4239e5d1657.tar
fastd-fa486bd8ec84f7367847852f48ecc4239e5d1657.zip
Document types.h
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 3f30ff1..987c81c 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -726,7 +726,7 @@ WARN_IF_DOC_ERROR = YES
# documentation, but not about the absence of documentation.
# The default value is: NO.
-WARN_NO_PARAMDOC = NO
+WARN_NO_PARAMDOC = YES
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
@@ -1943,7 +1943,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = DEPRECATED=
+PREDEFINED = __attribute__(x)= UNUSED=
# 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. The