summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorlaranjeiro2008-02-12 15:56:14 +0000
committerlaranjeiro2008-02-12 15:56:14 +0000
commitb02e583f56809dd28d2963501874d788d08fabbb (patch)
tree22261b5e026b2c593fc0fd5cd3293d908ace4a5b /common
parentaa7ad33aff88bcd1dde157e7ee35491b3cd75272 (diff)
Updated the doxygen file to generate module page with the HLE CL CP HAL-leon Hal-timer
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1401 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'common')
-rw-r--r--common/doc/Doxyfile2
-rw-r--r--common/doc/doxygen.h9
2 files changed, 10 insertions, 1 deletions
diff --git a/common/doc/Doxyfile b/common/doc/Doxyfile
index 1075fb2580..15aee51182 100644
--- a/common/doc/Doxyfile
+++ b/common/doc/Doxyfile
@@ -460,7 +460,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = cl common hal lib mac host test_general
+INPUT = cl common hal lib mac host cp hle
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/common/doc/doxygen.h b/common/doc/doxygen.h
index e849b1ea46..504a18be49 100644
--- a/common/doc/doxygen.h
+++ b/common/doc/doxygen.h
@@ -11,9 +11,14 @@
/**
* \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 host Host - Fulminata station
* \defgroup mac MAC
* \defgroup mac_common MAC / Common
@@ -24,6 +29,10 @@
* \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 */