mirror of
https://github.com/USCiLab/cereal.git
synced 2025-10-18 01:45:52 +02:00
doxygen updates #22
This commit is contained in:
@@ -194,8 +194,9 @@ namespace cereal
|
|||||||
}
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
Interfaces for other forms of serialization functions is similar.
|
Interfaces for other forms of serialization functions is similar. This
|
||||||
*/
|
macro should be placed at global scope.
|
||||||
|
@ingroup Utility */
|
||||||
#define CEREAL_CLASS_VERSION(TYPE, VERSION_NUMBER) \
|
#define CEREAL_CLASS_VERSION(TYPE, VERSION_NUMBER) \
|
||||||
namespace cereal { namespace detail { \
|
namespace cereal { namespace detail { \
|
||||||
template <> struct Version<TYPE> \
|
template <> struct Version<TYPE> \
|
||||||
|
|||||||
Reference in New Issue
Block a user