aboutsummaryrefslogtreecommitdiff
path: root/module/pik_clock
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2020-09-28 12:20:35 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-10-02 14:19:09 +0100
commit3361c3269a4c6b053a39766c945a8be1611ce5c7 (patch)
tree418486f631b259021af500475b2fb6e773ba990a /module/pik_clock
parent8d2dafa877386947f8ffadff97767114a55efe62 (diff)
docs: Prefer `\` to `@` in Doxygen comments
This commit replaces any instances of `@`-style Doxygen commands with their `\`-style equivalents. This is done for consistency across the codebase. The `\sa` Doxygen command has been added to the Clang-Format configuration to prevent it from reflowing see-also comments, which often exceed the column limit due to referring to long URLs. Change-Id: Ia4ebe8bd310293da9e2af55fe253f0762807e88a Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'module/pik_clock')
-rw-r--r--module/pik_clock/include/mod_pik_clock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/pik_clock/include/mod_pik_clock.h b/module/pik_clock/include/mod_pik_clock.h
index 7bd92867..80db4aa7 100644
--- a/module/pik_clock/include/mod_pik_clock.h
+++ b/module/pik_clock/include/mod_pik_clock.h
@@ -15,7 +15,7 @@
/*!
* \addtogroup GroupModules Modules
- * @{
+ * \{
*/
/*!
@@ -23,7 +23,7 @@
*
* \details A driver for clock devices that are part of a PIK.
*
- * @{
+ * \{
*/
/*!
@@ -280,11 +280,11 @@ struct mod_pik_clock_dev_config {
};
/*!
- * @}
+ * \}
*/
/*!
- * @}
+ * \}
*/
#endif /* MOD_PIK_CLOCK_H */