From b90fc81605655e65cabe2dff17c3d49d972e4927 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 19 Oct 2007 15:35:37 +0200 Subject: doc added (what else) --- include/driver.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/driver.h') 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. * -- cgit v1.2.3