summaryrefslogtreecommitdiffstats
path: root/bsps/include/grlib/grcan.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/grlib/grcan.h')
-rw-r--r--bsps/include/grlib/grcan.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/bsps/include/grlib/grcan.h b/bsps/include/grlib/grcan.h
index 5cdbad4b01..b1bc2ba758 100644
--- a/bsps/include/grlib/grcan.h
+++ b/bsps/include/grlib/grcan.h
@@ -1,9 +1,6 @@
/**
* @file
- * @ingroup sparc_bsp
- * @defgroup can GRCAN
* @ingroup can
- * @brief Macros used for grcan controller
*/
/*
@@ -18,6 +15,16 @@
#ifndef __GRCAN_H__
#define __GRCAN_H__
+/**
+ * @defgroup can GRCAN
+ *
+ * @ingroup RTEMSBSPsSharedGRLIB
+ *
+ * @brief Macros used for grcan controller
+ *
+ * @{
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -339,4 +346,6 @@ void grcan_register_drv(void);
}
#endif
+/** @} */
+
#endif