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:
parent
691e946a22
commit
dfca9f5b17
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue