From 57938de035c25e03ae741713e7be7c76081a0b10 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Mon, 20 Apr 2020 19:07:16 +0200 Subject: [PATCH] core/doc: fix alignment --- core/doc.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/doc.txt b/core/doc.txt index f254216b10..8fd5685070 100644 --- a/core/doc.txt +++ b/core/doc.txt @@ -26,11 +26,11 @@ * @brief Configuration data and startup code for the kernel */ - /** - * @defgroup core_sync Thread Synchronization - * @ingroup core - * @brief Thread synchronization mechanisms of the kernel - */ +/** + * @defgroup core_sync Thread Synchronization + * @ingroup core + * @brief Thread synchronization mechanisms of the kernel + */ /** * @defgroup core_macros Common Macros