1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Documentation: Add doxygen guards to Steinberg namespace

This commit is contained in:
reuk 2021-12-08 14:13:54 +00:00
parent d5099ecf4d
commit 3581e2aa7e
2 changed files with 10 additions and 2 deletions

View file

@ -23,6 +23,8 @@
==============================================================================
*/
#ifndef DOXYGEN
// Forward declarations to avoid leaking implementation details.
namespace Steinberg
{
@ -30,7 +32,9 @@ namespace Steinberg
{
class IComponent;
}
}
} // namespace Steinberg
#endif
//==============================================================================
#if (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE) || (defined(AUDIOCOMPONENT_NOCARBONINSTANCES) && AUDIOCOMPONENT_NOCARBONINSTANCES)

View file

@ -23,12 +23,16 @@
==============================================================================
*/
#ifndef DOXYGEN
// Forward declaration to avoid leaking implementation details.
namespace Steinberg
{
class FUnknown;
using TUID = char[16];
}
} // namespace Steinberg
#endif
namespace juce
{