From 3b7524e658074fc42107d43e6511bec590f3a587 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 4 Sep 2019 23:42:27 +0100 Subject: [PATCH] docs: Remove unused Doxygen custom commands These have no matches in this repo: `@arrayof`, `@null`, `@boolean`, `@bool`, `@integer`, `@int`, `@string`, `@str`, `@mixed`, `@public`. Change-Id: If95ffb679df88656f059e8d94def8aa25459ccbe --- maintenance/Doxyfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 46d4418605..e5a8d98e1d 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -50,19 +50,9 @@ TAB_SIZE = 4 ALIASES = "type{1}= \1 :" \ "types{2}= \1 or \2 :" \ "types{3}= \1 , \2 , or \3 :" \ - "arrayof{2}= Array 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" \ "codeCoverageIgnore=" \ -- 2.20.1