File: groups.doc

package info (click to toggle)
libzypp 17.38.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,744 kB
  • sloc: cpp: 132,661; xml: 2,587; sh: 518; python: 266; makefile: 27
file content (28 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download | duplicates (7)
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
*/
////////////////////////////////////////////////////////////////////////////////