From: Timo Tijhof Date: Thu, 5 Sep 2019 15:28:29 +0000 (+0100) Subject: docs: Avoid Doxygen warnings for non-doc related tags X-Git-Tag: 1.34.0-rc.0~379^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%22%20.%20generer_url_entite%28%24id_rubrique%2C?a=commitdiff_plain;h=e25ce2a1eab1bb40c7b19ddd89efd02e1234e12e;p=lhc%2Fweb%2Fwiklou.git docs: Avoid Doxygen warnings for non-doc related tags These are not relevant for Doxygen. Disable these so that they are omitted from the description text, and also don't produce warning noise in the CI builds. Bug: T232104 Change-Id: Ieb89677097c60bbdd45c1c187d1c1048cc307e57 --- diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index d52f232e45..dcd147f459 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -57,12 +57,15 @@ ALIASES = "type{1}= \1 :" \ "license=\note" \ "inheritDoc=\inheritdoc" \ "codeCoverageIgnore=" \ + "codingStandardsIgnoreEnd=" \ "codingStandardsIgnoreStart=" \ - "group=" \ "covers=" \ "dataProvider=" \ "expectedException=" \ - "expectedExceptionMessage=" + "expectedExceptionMessage=" \ + "group=" \ + "phan=" \ + "suppress=" TCL_SUBST = OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO