From 5f61c739210d1b319f805c290dc777d8137b9468 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Wed, 28 Apr 2021 16:17:27 +0200 Subject: [PATCH] remove saqt alias, otherwise Doxygen would replace them It is easier for us to parse those tags within Doxybook --- doc/Doxyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index a68333bd..cd01b58e 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -263,8 +263,7 @@ ALIASES = "accessors=\par Access functions:^^" \ "subcontrols=\par Subcontrols:^^" \ "states=\par States:^^" \ "skinlet=\par Default Skinlet:^^" \ - "aspect=\par Aspect^^" \ - "saqt=\sa ^^" + "aspect=\par Aspect^^" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For