Doxyfile: Suppress warnings for invalid @codingStandardsIgnoreStart
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 1 Apr 2015 00:09:29 +0000 (01:09 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 1 Apr 2015 00:39:37 +0000 (01:39 +0100)
This phpcs annotation is not relevant for Doxygen.

> Preprocessor_DOM.php:24: warning: Found unknown command `\codingStandardsIgnoreStart'
> Preprocessor_Hash.php:760: warning: Found unknown command `\codingStandardsIgnoreStart'

Change-Id: I91ea668486a87fff0193a3cccb97f96943d4bf33

maintenance/Doxyfile

index 0589009..a2f7e35 100644 (file)
@@ -65,7 +65,8 @@ ALIASES                = "type{1}=<b> \1 </b>:" \
                          "public=\access public" \
                          "copyright=\note" \
                          "license=\note" \
-                         "codeCoverageIgnore="
+                         "codeCoverageIgnore=" \
+                         "codingStandardsIgnoreStart="
 TCL_SUBST              =
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO