mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Workaround for doxygen bug with linebreaks in ALIASES
Using \_linebr is not ideal, as it's an internal command. But that seems to be the most compatible way to specify line breaks in ALIASES accross different doxygen versions at the moment.
This commit is contained in:
parent
42f91986cd
commit
9971f9372c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ MULTILINE_CPP_IS_BRIEF = NO
|
|||
INHERIT_DOCS = YES
|
||||
SEPARATE_MEMBER_PAGES = NO
|
||||
TAB_SIZE = 8
|
||||
ALIASES += startlifecycle{1}="\name Lifecycle Functions for \1\n@{"
|
||||
ALIASES += startlifecycle="\name Lifecycle Functions\n@{"
|
||||
ALIASES += startlifecycle{1}="\name Lifecycle Functions for \1\_linebr@{"
|
||||
ALIASES += startlifecycle="\name Lifecycle Functions\_linebr@{"
|
||||
ALIASES += endlifecycle="@}"
|
||||
ALIASES += setting{1}="\ref settings_\1"
|
||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||
|
|
Loading…
Reference in a new issue