Comment level doc for #205

This commit is contained in:
Shane Grant 2015-07-17 10:46:33 -07:00
parent d350c81947
commit db6aaffb69
2 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@ If you need reference on a specific file, the <a href="files.html">files</a> pag
/*! \defgroup Access Access Control and Disambiguation /*! \defgroup Access Access Control and Disambiguation
Provides ways to give cereal access to protected member functions, disambiguate Provides ways to give cereal access to protected member functions, disambiguate
which serialization function cereal should use, and provide ways of using smart which serialization function cereal should use, and provide ways of using smart
pointers with types that have no default constructor */ pointers with types that have no default constructor. */
/*! \defgroup Utility Utility Functionality /*! \defgroup Utility Utility Functionality
Name-value pairs, binary data wrappers, exceptions, and other utility functions */ Name-value pairs, binary data wrappers, exceptions, and other utility functions */
@ -31,7 +31,11 @@ If you need reference on a specific file, the <a href="files.html">files</a> pag
Serialization of many types is shipped with cereal, including most of the standard library as well as a few others. */ Serialization of many types is shipped with cereal, including most of the standard library as well as a few others. */
/*! \defgroup STLSupport Standard Library Support /*! \defgroup STLSupport Standard Library Support
Serialization methods for nearly all types found in the C++ standard library Serialization methods for nearly all types found in the C++ standard library.
\ingroup TypeSupport */
/*! \defgroup TypeConcepts Abstract Type Concept Support
Serialization methods for more abstract type concepts that can generalize over many types.
\ingroup TypeSupport */ \ingroup TypeSupport */
/*! \defgroup OtherTypes Miscellaneous Types Support /*! \defgroup OtherTypes Miscellaneous Types Support

View File

@ -1,7 +1,7 @@
/*! \file pair_associative_container.hpp /*! \file pair_associative_container.hpp
\brief Support for the PairAssociativeContainer refinement of the \brief Support for the PairAssociativeContainer refinement of the
AssociativeContainer concept. AssociativeContainer concept.
\ingroup STLSupport */ \ingroup TypeConcepts */
/* /*
Copyright (c) 2014, Randolph Voorhies, Shane Grant Copyright (c) 2014, Randolph Voorhies, Shane Grant
All rights reserved. All rights reserved.