mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed missing API reference generation for some functions by adding JUCE_MODAL_LOOPS_PERMITTED=1 to predefines in Doxyfile.
This commit is contained in:
parent
34a8eaafc0
commit
bed133af53
1 changed files with 2 additions and 1 deletions
|
|
@ -2058,7 +2058,8 @@ PREDEFINED = WIN32=1 \
|
||||||
JUCE_COMPILER_SUPPORTS_MOVE_SEMANTICS=1 \
|
JUCE_COMPILER_SUPPORTS_MOVE_SEMANTICS=1 \
|
||||||
JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS=1 \
|
JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS=1 \
|
||||||
JUCE_COMPILER_SUPPORTS_VARIADIC_TEMPLATES=1 \
|
JUCE_COMPILER_SUPPORTS_VARIADIC_TEMPLATES=1 \
|
||||||
JUCE_COMPILER_SUPPORTS_OVERRIDE_AND_FINAL=1
|
JUCE_COMPILER_SUPPORTS_OVERRIDE_AND_FINAL=1 \
|
||||||
|
JUCE_MODAL_LOOPS_PERMITTED=1
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||||
# tag can be used to specify a list of macro names that should be expanded. The
|
# tag can be used to specify a list of macro names that should be expanded. The
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue