docs: Avoid Doxygen warnings for non-doc related tags
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 5 Sep 2019 15:28:29 +0000 (16:28 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 5 Sep 2019 15:29:18 +0000 (16:29 +0100)
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

index d52f232..dcd147f 100644 (file)
@@ -57,12 +57,15 @@ ALIASES                = "type{1}=<b> \1 </b>:" \
                          "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