From: Timo Tijhof Date: Wed, 4 Sep 2019 22:42:27 +0000 (+0100) Subject: docs: Remove unused Doxygen custom commands X-Git-Tag: 1.34.0-rc.0~384^2 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=3b7524e658074fc42107d43e6511bec590f3a587;p=lhc%2Fweb%2Fwiklou.git 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 --- 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=" \