aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/inline.h7
-rw-r--r--src/templates/chtypes.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/include/inline.h b/src/include/inline.h
index 9cc18974d..379a1f216 100644
--- a/src/include/inline.h
+++ b/src/include/inline.h
@@ -17,6 +17,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @addtogroup Inline
+ * @{
+ */
+
#ifndef _INLINE_H_
#define _INLINE_H_
@@ -78,3 +83,5 @@ static INLINE Thread *list_remove(ThreadsList *tlp) {
#endif /* CH_OPTIMIZE_SPEED */
#endif /* _INLINE_H_ */
+
+/** @} */
diff --git a/src/templates/chtypes.h b/src/templates/chtypes.h
index 92b5dc443..547b0fb7e 100644
--- a/src/templates/chtypes.h
+++ b/src/templates/chtypes.h
@@ -18,7 +18,7 @@
*/
/**
- * @addtogroup Core
+ * @addtogroup Types
* @{
*/