summaryrefslogtreecommitdiff
path: root/cesar/common/doc/doxygen.h
blob: 4da85638354300b99b912a6922fa424e540b0831 (plain)
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
32
33
34
35
36
37
38
39
40
41
#ifndef common_doc_doxygen_h
#define common_doc_doxygen_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */

/**
 * \defgroup lib Library functions
 * \defgroup common Common
 * \defgroup hle HLE - High Entity Layer
 * \defgroup hal HAL - Hardware Abstraction Layer
 * \defgroup hal_phy HAL / Phy
 * \ingroup hal
 * \defgroup hal_leon HAL / Leon
 * \ingroup hal
 * \defgroup hal_timer HAL / API Timer soft Leon
 * \ingroup hal
 * \defgroup interface Interface - Interface module CP - DP
 * \defgroup interface_sniffer Sniffer - Sniffer module
 * \ingroup interface
 * \defgroup host Host - Fulminata station
 * \defgroup mac MAC
 * \defgroup mac_common MAC / Common
 * \ingroup mac
 * \defgroup mac_sar MAC / Segmentation and Reassembly
 * \ingroup mac
 * \defgroup mac_ca MAC / Channel Access
 * \ingroup mac
 * \defgroup mac_pbproc MAC / PB Processing
 * \ingroup mac
 * \defgroup cp CP - Control Plane
 * \defgroup cp_beacon CP / Beacon
 * \ingroup cp
 * \defgroup cl CL - Convergence Layer
 */

#endif /* common_doc_doxygen_h */