Doxyfile: Suppress warnings for phpunit "@" annotations

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
This commit is contained in:
Timo Tijhof 2015-04-01 01:15:33 +01:00
parent 691e946a22
commit dfca9f5b17

View 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