mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Tidied up some doxygen comments.
This commit is contained in:
parent
7becff2aa4
commit
968d63bca6
16 changed files with 139 additions and 73 deletions
|
|
@ -444,15 +444,15 @@
|
|||
#define JUCE_QUICKTIME 0
|
||||
#undef JUCE_OPENGL
|
||||
#define JUCE_OPENGL 0
|
||||
#undef JUCE_USE_CDBURNER
|
||||
#undef JUCE_USE_CDBURNER
|
||||
#define JUCE_USE_CDBURNER 0
|
||||
#undef JUCE_USE_CDREADER
|
||||
#undef JUCE_USE_CDREADER
|
||||
#define JUCE_USE_CDREADER 0
|
||||
#undef JUCE_WEB_BROWSER
|
||||
#undef JUCE_WEB_BROWSER
|
||||
#define JUCE_WEB_BROWSER 0
|
||||
#undef JUCE_PLUGINHOST_AU
|
||||
#undef JUCE_PLUGINHOST_AU
|
||||
#define JUCE_PLUGINHOST_AU 0
|
||||
#undef JUCE_PLUGINHOST_VST
|
||||
#undef JUCE_PLUGINHOST_VST
|
||||
#define JUCE_PLUGINHOST_VST 0
|
||||
#endif
|
||||
|
||||
|
|
@ -915,7 +915,7 @@ protected:
|
|||
#include <GLUT/glut.h>
|
||||
#endif
|
||||
|
||||
#if ! CGFLOAT_DEFINED
|
||||
#if ! (CGFLOAT_DEFINED || defined (DOXYGEN))
|
||||
#define CGFloat float
|
||||
#endif
|
||||
|
||||
|
|
@ -262413,9 +262413,11 @@ private:
|
|||
#define JUCE_ObjCExtraSuffix 3
|
||||
#endif
|
||||
|
||||
#define appendMacro1(a, b, c, d, e) a ## _ ## b ## _ ## c ## _ ## d ## _ ## e
|
||||
#define appendMacro2(a, b, c, d, e) appendMacro1(a, b, c, d, e)
|
||||
#define MakeObjCClassName(rootName) appendMacro2 (rootName, JUCE_MAJOR_VERSION, JUCE_MINOR_VERSION, JUCE_BUILDNUMBER, JUCE_ObjCExtraSuffix)
|
||||
#ifndef DOXYGEN
|
||||
#define appendMacro1(a, b, c, d, e) a ## _ ## b ## _ ## c ## _ ## d ## _ ## e
|
||||
#define appendMacro2(a, b, c, d, e) appendMacro1(a, b, c, d, e)
|
||||
#define MakeObjCClassName(rootName) appendMacro2 (rootName, JUCE_MAJOR_VERSION, JUCE_MINOR_VERSION, JUCE_BUILDNUMBER, JUCE_ObjCExtraSuffix)
|
||||
#endif
|
||||
/*** End of inlined file: juce_mac_ObjCSuffix.h ***/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue