From e25ce2a1eab1bb40c7b19ddd89efd02e1234e12e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 5 Sep 2019 16:28:29 +0100 Subject: [PATCH] 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 --- maintenance/Doxyfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.20.1