mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added C++11 functions to Doxygen
This commit is contained in:
parent
21aad5e20c
commit
13549989fd
3 changed files with 3 additions and 1 deletions
|
|
@ -2060,6 +2060,7 @@ PREDEFINED = WIN32=1 \
|
|||
JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS=1 \
|
||||
JUCE_COMPILER_SUPPORTS_VARIADIC_TEMPLATES=1 \
|
||||
JUCE_COMPILER_SUPPORTS_OVERRIDE_AND_FINAL=1 \
|
||||
JUCE_COMPILER_SUPPORTS_LAMBDAS=1 \
|
||||
JUCE_MODAL_LOOPS_PERMITTED=1
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
|
|
|
|||
|
|
@ -2071,6 +2071,7 @@ PREDEFINED = WIN32=1 \
|
|||
JUCE_COMPILER_SUPPORTS_INITIALIZER_LISTS=1 \
|
||||
JUCE_COMPILER_SUPPORTS_VARIADIC_TEMPLATES=1 \
|
||||
JUCE_COMPILER_SUPPORTS_OVERRIDE_AND_FINAL=1 \
|
||||
JUCE_COMPILER_SUPPORTS_LAMBDAS=1 \
|
||||
JUCE_MODAL_LOOPS_PERMITTED=1
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef JUCE_AUDIOPROCESSORVALUETREESTATE_H_INCLUDED
|
||||
#define JUCE_AUDIOPROCESSORVALUETREESTATE_H_INCLUDED
|
||||
|
||||
#if JUCE_COMPILER_SUPPORTS_LAMBDAS || defined (DOXYGEN)
|
||||
#if JUCE_COMPILER_SUPPORTS_LAMBDAS
|
||||
|
||||
/**
|
||||
This class contains a ValueTree which is used to manage an AudioProcessor's entire state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue