remove saqt alias, otherwise Doxygen would replace them

It is easier for us to parse those tags within Doxybook
This commit is contained in:
Peter Hartmann 2021-04-28 16:17:27 +02:00
parent dd27f2b26c
commit 5f61c73921
1 changed files with 1 additions and 2 deletions

View File

@ -263,8 +263,7 @@ ALIASES = "accessors=\par Access functions:^^" \
"subcontrols=\par Subcontrols:^^" \ "subcontrols=\par Subcontrols:^^" \
"states=\par States:^^" \ "states=\par States:^^" \
"skinlet=\par Default Skinlet:^^" \ "skinlet=\par Default Skinlet:^^" \
"aspect=\par Aspect^^" \ "aspect=\par Aspect^^"
"saqt=\sa ^^"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # 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 # only. Doxygen will then generate output that is more tailored for C. For