summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-19 15:35:37 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-19 15:35:37 +0200
commitb90fc81605655e65cabe2dff17c3d49d972e4927 (patch)
tree2912fabd58e8a6c8fecbf0d565b255f90d51ff9b /include/driver.h
parent53dd8423a51db7e891241cd339e63dc44194ace0 (diff)
downloadbarebox-b90fc81605655e65cabe2dff17c3d49d972e4927.tar.gz
barebox-b90fc81605655e65cabe2dff17c3d49d972e4927.tar.xz
doc added (what else)
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/driver.h b/include/driver.h
index f92c1d26b3..cade9fdfb6 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -42,11 +42,14 @@
* @file
* @brief Main description of the device/driver model
*/
-/** @defgroup driver_model Main description of the device/driver model
+
+/** @page driver_model Main description of the device/driver model
*
* We follow a rather simplistic driver model here. There is a
* @code struct device_d @endcode
- * which describes a particular device present in the system. A
+ * which describes a particular device present in the system.
+ *
+ * On the other side a
* @code struct driver_d @endcode
* represents a driver present in the system.
*