docs: Avoid Doxygen warnings for non-doc related tags
[lhc/web/wiklou.git] / maintenance / Doxyfile
index 46d4418..dcd147f 100644 (file)
@@ -50,28 +50,22 @@ TAB_SIZE               = 4
 ALIASES                = "type{1}=<b> \1 </b>:" \
                          "types{2}=<b> \1 </b> or <b> \2 </b>:" \
                          "types{3}=<b> \1 </b>, <b> \2 </b>, or <b> \3 </b>:" \
-                         "arrayof{2}=<b> Array </b> of \2" \
-                         "null=\type{Null}" \
-                         "boolean=\type{Boolean}" \
-                         "bool=\type{Boolean}" \
-                         "integer=\type{Integer}" \
-                         "int=\type{Integer}" \
-                         "string=\type{String}" \
-                         "str=\type{String}" \
-                         "mixed=\type{Mixed}" \
                          "access=\par Access:\n" \
                          "private=\access private" \
                          "protected=\access protected" \
-                         "public=\access public" \
                          "copyright=\note" \
                          "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