mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Replace doxygen preprocessor conditionals with @cond and @endconds
This commit is contained in:
parent
26e8d81380
commit
36d07a6ce3
136 changed files with 420 additions and 449 deletions
|
|
@ -88,8 +88,7 @@ struct EncodingUtils
|
|||
|
||||
} // namespace juce::midi_ci
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
/** @cond */
|
||||
namespace juce
|
||||
{
|
||||
template <>
|
||||
|
|
@ -113,5 +112,4 @@ namespace juce
|
|||
};
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#endif // ifndef DOXYGEN
|
||||
/** @endcond */
|
||||
|
|
|
|||
|
|
@ -258,8 +258,7 @@ struct PropertyDelegate
|
|||
|
||||
} // namespace juce::midi_ci
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
/** @cond */
|
||||
namespace juce
|
||||
{
|
||||
|
||||
|
|
@ -284,5 +283,4 @@ struct SerialisationTraits<midi_ci::PropertySubscriptionCommand>
|
|||
};
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#endif // ifndef DOXYGEN
|
||||
/** @endcond */
|
||||
|
|
|
|||
|
|
@ -181,8 +181,7 @@ struct Meta<Message::ProcessEndMidiMessageReport> : Metadata<0x44> {};
|
|||
|
||||
} // namespace juce::midi_ci::detail::MessageMeta
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
/** @cond */
|
||||
namespace juce
|
||||
{
|
||||
|
||||
|
|
@ -628,5 +627,4 @@ struct SerialisationTraits<ci::Message::ProcessEndMidiMessageReport> : VersionBa
|
|||
};
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#endif // ifndef DOXYGEN
|
||||
/** @endcond */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue