1
0
Fork 0
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:
Anthony Nicholls 2025-07-18 09:59:35 +01:00 committed by Sudara
parent 26e8d81380
commit 36d07a6ce3
136 changed files with 420 additions and 449 deletions

View file

@ -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