Merge "Doxyfile: Suppress warnings for phpunit "@" annotations"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 2 Apr 2015 22:29:12 +0000 (22:29 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 2 Apr 2015 22:29:12 +0000 (22:29 +0000)
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