File: modules

package info (click to toggle)
openscap 1.2.9-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 122,116 kB
  • ctags: 9,729
  • sloc: xml: 646,128; ansic: 96,881; sh: 18,040; makefile: 2,986; python: 1,150; perl: 443; cpp: 123
file content (31 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (4)
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
29
30
31
/**
 * @defgroup COMMON
 * @{
 *   @defgroup ITER Iterators & collections
 *   @defgroup STRINGS String manipulation
 *   @defgroup VALID Validation
 *   @defgroup ERRORS Errors
 *   @defgroup Reporters
 *   @defgroup Debug
 *   @defgroup Memory
 * @}
 *
 * @defgroup OVAL
 * @{
 *   @defgroup OVALAGENT OVAL Agent
 *   @defgroup OVALDEF OVAL Definitions
 *   @defgroup OVALSYS OVAL System Characteristics
 *   @defgroup OVALRES OVAL Results
 *   @defgroup OVALDIR OVAL Directives
 *   @defgroup OVALVAR OVAL External Variable Binding
 *   @defgroup PROBES System checking mechanism - probes
 *   @{
 *      @defgroup PROBEINTERFACE Library-side probe interface
 *      @defgroup PROBEHANDLERS Probe handler API
 *      @defgroup PROBESESSION Probe session API
 *      @defgroup PROBEAPI Common probe API - object, entity, item manipulation
 *      @defgroup PROBEAUXAPI Auxilirary functions for probes
 *      @defgroup SEXPRESSIONS SEAP and S-expression API
 *   @}
 * @}
 */