aboutsummaryrefslogtreecommitdiff
path: root/product/synquacer
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2020-09-28 10:40:39 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-10-02 14:19:09 +0100
commitfe88326f313b17e7410705063f3d57e86a6537e7 (patch)
tree5b46f3b35276daf51b4cc3d272f7f20be727ed3b /product/synquacer
parentcbbf44b6061ef610ddf04fb7bc002e5c3c6c2f16 (diff)
docs: Fix unbalanced Doxygen groups
This commit fixes a number of places where Doxygen groups commands have been mismatched. Change-Id: If2e18c5e45a9a5d16a5c1f48fdaa975189957400 Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'product/synquacer')
-rw-r--r--product/synquacer/module/ccn512/include/mod_ccn512.h2
-rw-r--r--product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/product/synquacer/module/ccn512/include/mod_ccn512.h b/product/synquacer/module/ccn512/include/mod_ccn512.h
index 551802bb..776c7bdc 100644
--- a/product/synquacer/module/ccn512/include/mod_ccn512.h
+++ b/product/synquacer/module/ccn512/include/mod_ccn512.h
@@ -36,7 +36,6 @@
typedef struct {
/*!
* \cond
- * \{
*/
ccn5xx_mn_reg_t MN_ID_34;
ccn5xx_dbg_reg_t DEBUG_ID_34;
@@ -94,7 +93,6 @@ typedef struct {
ccn5xx_rni_reg_t RNI_ID_28;
/*!
* \endcond
- * \}
*/
} ccn512_reg_t;
diff --git a/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h b/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h
index a49fa05b..2023f6e5 100644
--- a/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h
+++ b/product/synquacer/module/ppu_v0_synquacer/include/ppu_v0.h
@@ -10,7 +10,6 @@
/*!
* \cond
- * \{
*/
#include <fwk_macros.h>
@@ -142,7 +141,6 @@ int ppu_v0_get_power_mode(struct ppu_v0_reg *ppu, enum ppu_v0_mode *mode);
/*!
* \endcond
- * \}
*/
#endif /* PPU_V0_H */