diff -r 7d5c74cc8f91 -r 0a30e161d63c include/can_driver.h --- 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