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
|
|
@ -148,8 +148,7 @@ template <typename T> constexpr auto serialisationSize (const T& t) -> std::enab
|
|||
The following are specialisations of SerialisationTraits for commonly-used types.
|
||||
*/
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
/** @cond */
|
||||
template <typename... Ts>
|
||||
struct SerialisationTraits<std::vector<Ts...>>
|
||||
{
|
||||
|
|
@ -583,6 +582,6 @@ namespace detail
|
|||
}
|
||||
} // namespace detail
|
||||
|
||||
#endif
|
||||
/** @endcond */
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue