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:
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.
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue