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)
commitdfca9f5b1799120626c8ec28b8ab7faebc4d8dc2
treee38c6804067e36c5c108e1bf2b6669c196a5305e
parent691e946a2216b2aecbfded739ce946bc34958f7f
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
maintenance/Doxyfile