Doxyfile: Suppress warnings for phpunit "@" annotations
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 1 Apr 2015 00:15:33 +0000 (01:15 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 1 Apr 2015 00:39:38 +0000 (01:39 +0100)
This annotations are not relevant for Doxygen.

Examples:
> parserTest.inc:320: warning: Found unknown command `\group'
> ActionTest.php:3: warning: Found unknown command `\covers'
> ActionTest.php:128: warning: Found unknown command `\dataProvider'
> ApiBlockTest.php:67: warning: Found unknown command `\expectedException'
> ApiBlockTest.php:68: warning: Found unknown command `\expectedExceptionMessage'

Change-Id: I1d2d617ee6c15d51943bec3563ea4ffd353baec4

maintenance/Doxyfile

index a2f7e35..1f70f45 100644 (file)
@@ -66,7 +66,12 @@ ALIASES                = "type{1}=<b> \1 </b>:" \
                          "copyright=\note" \
                          "license=\note" \
                          "codeCoverageIgnore=" \
-                         "codingStandardsIgnoreStart="
+                         "codingStandardsIgnoreStart=" \
+                         "group=" \
+                         "covers=" \
+                         "dataProvider=" \
+                         "expectedException=" \
+                         "expectedExceptionMessage="
 TCL_SUBST              =
 OPTIMIZE_OUTPUT_FOR_C  = NO
 OPTIMIZE_OUTPUT_JAVA   = NO