include/can_driver.h
changeset 528 0a30e161d63c
parent 391 7802a7d5584f
child 561 f9be4262c68d
--- a/include/can_driver.h	Thu Nov 20 07:51:14 2008 +0100
+++ b/include/can_driver.h	Sat Jan 17 17:25:58 2009 +0100
@@ -30,10 +30,16 @@
 #include "applicfg.h"
 #include "can.h"
 
+/** 
+ * @brief The CAN board configuration 
+ * @ingroup can
+ * @{
+ */
 struct struct_s_BOARD {
   char * busname;
   char * baudrate;
 };
+/** @} */
 
 #ifndef DLL_CALL
 #define DLL_CALL(funcname) funcname##_driver