mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Documentation: Add doxygen guards to Steinberg namespace
This commit is contained in:
parent
d5099ecf4d
commit
3581e2aa7e
2 changed files with 10 additions and 2 deletions
|
|
@ -23,6 +23,8 @@
|
||||||
==============================================================================
|
==============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef DOXYGEN
|
||||||
|
|
||||||
// Forward declarations to avoid leaking implementation details.
|
// Forward declarations to avoid leaking implementation details.
|
||||||
namespace Steinberg
|
namespace Steinberg
|
||||||
{
|
{
|
||||||
|
|
@ -30,7 +32,9 @@ namespace Steinberg
|
||||||
{
|
{
|
||||||
class IComponent;
|
class IComponent;
|
||||||
}
|
}
|
||||||
}
|
} // namespace Steinberg
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
#if (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE) || (defined(AUDIOCOMPONENT_NOCARBONINSTANCES) && AUDIOCOMPONENT_NOCARBONINSTANCES)
|
#if (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE) || (defined(AUDIOCOMPONENT_NOCARBONINSTANCES) && AUDIOCOMPONENT_NOCARBONINSTANCES)
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,16 @@
|
||||||
==============================================================================
|
==============================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef DOXYGEN
|
||||||
|
|
||||||
// Forward declaration to avoid leaking implementation details.
|
// Forward declaration to avoid leaking implementation details.
|
||||||
namespace Steinberg
|
namespace Steinberg
|
||||||
{
|
{
|
||||||
class FUnknown;
|
class FUnknown;
|
||||||
using TUID = char[16];
|
using TUID = char[16];
|
||||||
}
|
} // namespace Steinberg
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace juce
|
namespace juce
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue