remove saqt alias, otherwise Doxygen would replace them
It is easier for us to parse those tags within Doxybook
This commit is contained in:
parent
dd27f2b26c
commit
5f61c73921
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue