mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Avoid generating docs for specialisations of SerialisationTraits
This commit is contained in:
parent
4e11473a46
commit
770d84b15c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue