From 770d84b15cbc65a2b11d1ec133f8b101e88f0014 Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 26 Sep 2023 15:49:22 +0100 Subject: [PATCH] Docs: Avoid generating docs for specialisations of SerialisationTraits --- modules/juce_core/serialisation/juce_Serialisation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_core/serialisation/juce_Serialisation.h b/modules/juce_core/serialisation/juce_Serialisation.h index a8431a0ab1..e813642592 100644 --- a/modules/juce_core/serialisation/juce_Serialisation.h +++ b/modules/juce_core/serialisation/juce_Serialisation.h @@ -136,6 +136,8 @@ template struct SerialisationTraits The following are specialisations of SerialisationTraits for commonly-used types. */ +#ifndef DOXYGEN + template struct SerialisationTraits> { @@ -382,8 +384,6 @@ struct SerialisationTraits> } }; -#ifndef DOXYGEN - /* This namespace holds utilities for detecting and using serialisation functions.