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.