1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
////////////////////////////////////////////////////////////////////////////////
// Short or empty group definitions. Move them to a sepearate .doc file if
// more text is provided.
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_EnumerationClass Enumeration Class
*/
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_RAII RAII solutions
\see http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization
*/
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_CRTP CRTP solutions
\see http://en.wikipedia.org/wiki/Curiously_Recurring_Template_Pattern
*/
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_BackenSpecific Backend Specific
*/
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_Functor Filters and Functors
*/
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_Algorithm Algorithms
*/
////////////////////////////////////////////////////////////////////////////////
/*! \defgroup g_Parser Parser
*/
////////////////////////////////////////////////////////////////////////////////
|