Browse Source

Docs: Avoid generating docs for specialisations of SerialisationTraits

v7.0.9
reuk 1 year ago
parent
commit
770d84b15c
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_core/serialisation/juce_Serialisation.h

+ 2
- 2
modules/juce_core/serialisation/juce_Serialisation.h View File

@@ -136,6 +136,8 @@ template <typename> struct SerialisationTraits
The following are specialisations of SerialisationTraits for commonly-used types.
*/
#ifndef DOXYGEN
template <typename... Ts>
struct SerialisationTraits<std::vector<Ts...>>
{
@@ -382,8 +384,6 @@ struct SerialisationTraits<std::array<Element, N>>
}
};
#ifndef DOXYGEN
/*
This namespace holds utilities for detecting and using serialisation functions.


Loading…
Cancel
Save