summaryrefslogtreecommitdiffstats
path: root/bsps/mips
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-05 07:58:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-08 07:42:54 +0100
commit828276b0814e519961b30506cad83ebc0065bcbb (patch)
treee93cf668ad005c3122707a40f9a4c0aab77813ba /bsps/mips
parentbsps: Adjust bsp.h Doxygen groups (diff)
downloadrtems-828276b0814e519961b30506cad83ebc0065bcbb.tar.bz2
bsps: Adjust shared Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/mips')
-rw-r--r--bsps/mips/include/bsp/i8259.h2
-rw-r--r--bsps/mips/include/bsp/regs.h2
-rw-r--r--bsps/mips/shared/doxygen.h12
-rw-r--r--bsps/mips/shared/gdbstub/gdb_if.h2
-rw-r--r--bsps/mips/shared/gdbstub/memlimits.h2
-rw-r--r--bsps/mips/shared/gdbstub/mips_opcode.h2
6 files changed, 12 insertions, 10 deletions
diff --git a/bsps/mips/include/bsp/i8259.h b/bsps/mips/include/bsp/i8259.h
index 8d10523b40..1a947829b0 100644
--- a/bsps/mips/include/bsp/i8259.h
+++ b/bsps/mips/include/bsp/i8259.h
@@ -27,7 +27,7 @@
/**
* @defgroup mips_i8259_irq i8259 Chip Support
- * @ingroup mips_shared
+ * @ingroup RTEMSBSPsMIPSShared
* @brief i8259 Chip Support
* @{
*/
diff --git a/bsps/mips/include/bsp/regs.h b/bsps/mips/include/bsp/regs.h
index 5cc9fac745..6b6eca063b 100644
--- a/bsps/mips/include/bsp/regs.h
+++ b/bsps/mips/include/bsp/regs.h
@@ -22,7 +22,7 @@
/**
* @defgroup mips_regs MIPS Registers
- * @ingroup mips_shared
+ * @ingroup RTEMSBSPsMIPSShared
* @brief MIPS Registers
* @{
*/
diff --git a/bsps/mips/shared/doxygen.h b/bsps/mips/shared/doxygen.h
index 439f0b82a5..ee699fb556 100644
--- a/bsps/mips/shared/doxygen.h
+++ b/bsps/mips/shared/doxygen.h
@@ -6,8 +6,10 @@
* @brief MIPS Board Support Packages.
*/
- /**
- * @defgroup mips_shared MIPS Shared Modules
- * @ingroup RTEMSBSPsMIPS
- * @brief mips Shared Modules
- */
+/**
+ * @defgroup RTEMSBSPsMIPSShared Shared
+ *
+ * @ingroup RTEMSBSPsMIPS
+ *
+ * @brief Shared Support for MIPS Board Support Packages.
+ */
diff --git a/bsps/mips/shared/gdbstub/gdb_if.h b/bsps/mips/shared/gdbstub/gdb_if.h
index ba4f0eb757..b9d96a9744 100644
--- a/bsps/mips/shared/gdbstub/gdb_if.h
+++ b/bsps/mips/shared/gdbstub/gdb_if.h
@@ -20,7 +20,7 @@
/**
* @defgroup mips_gdb GDB Interface
- * @ingroup mips_shared
+ * @ingroup RTEMSBSPsMIPSShared
* @brief GDB Interface
* @{
*/
diff --git a/bsps/mips/shared/gdbstub/memlimits.h b/bsps/mips/shared/gdbstub/memlimits.h
index c60ca12111..7466917267 100644
--- a/bsps/mips/shared/gdbstub/memlimits.h
+++ b/bsps/mips/shared/gdbstub/memlimits.h
@@ -53,7 +53,7 @@
/**
* @defgroup mips_limits Address Limits
- * @ingroup mips_shared
+ * @ingroup RTEMSBSPsMIPSShared
* @brief Address Limits
*/
diff --git a/bsps/mips/shared/gdbstub/mips_opcode.h b/bsps/mips/shared/gdbstub/mips_opcode.h
index 883b1f174b..e9fe2177ff 100644
--- a/bsps/mips/shared/gdbstub/mips_opcode.h
+++ b/bsps/mips/shared/gdbstub/mips_opcode.h
@@ -53,7 +53,7 @@
/**
* @defgroup mips_ops MIPS Opcodes
- * @ingroup mips_shared
+ * @ingroup RTEMSBSPsMIPSShared
* @brief MIPS Instruction Formats and Opcode Values
* @{
*/