From d872691dbec20c49a74f120f41c73e0cd7d75c52 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 30 Jun 2018 01:29:56 +0200 Subject: [PATCH] fix documentation of kernel code --- include/villas/kernel/if.h | 4 +++- include/villas/kernel/kernel.h | 4 +++- include/villas/kernel/nl.h | 4 +++- include/villas/kernel/rt.h | 4 +++- include/villas/kernel/tc.h | 4 +++- include/villas/kernel/tc_netem.h | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/include/villas/kernel/if.h b/include/villas/kernel/if.h index 1d6420098..1ff8fc68a 100644 --- a/include/villas/kernel/if.h +++ b/include/villas/kernel/if.h @@ -24,7 +24,9 @@ * along with this program. If not, see . *********************************************************************************/ -/** @addtogroup kernel Kernel @{ */ +/** @addtogroup kernel Kernel + * @{ + */ #pragma once diff --git a/include/villas/kernel/kernel.h b/include/villas/kernel/kernel.h index 265e125f4..d02735139 100644 --- a/include/villas/kernel/kernel.h +++ b/include/villas/kernel/kernel.h @@ -21,7 +21,9 @@ * along with this program. If not, see . *********************************************************************************/ -/** @addtogroup kernel Kernel @{ */ +/** @addtogroup kernel Kernel + * @{ + */ #pragma once diff --git a/include/villas/kernel/nl.h b/include/villas/kernel/nl.h index 894df4f9f..13f03eff1 100644 --- a/include/villas/kernel/nl.h +++ b/include/villas/kernel/nl.h @@ -21,7 +21,9 @@ * along with this program. If not, see . *********************************************************************************/ -/** @addtogroup kernel Kernel @{ */ +/** @addtogroup kernel Kernel + * @{ + */ #pragma once diff --git a/include/villas/kernel/rt.h b/include/villas/kernel/rt.h index c6c5c0e9b..9877882d1 100644 --- a/include/villas/kernel/rt.h +++ b/include/villas/kernel/rt.h @@ -22,7 +22,9 @@ * along with this program. If not, see . *********************************************************************************/ -/** @addtogroup kernel Kernel @{ */ +/** @addtogroup kernel Kernel + * @{ + */ #pragma once diff --git a/include/villas/kernel/tc.h b/include/villas/kernel/tc.h index 0b5afbbc3..283f7a89d 100644 --- a/include/villas/kernel/tc.h +++ b/include/villas/kernel/tc.h @@ -26,7 +26,9 @@ * along with this program. If not, see . *********************************************************************************/ -/** @addtogroup kernel Kernel @{ */ +/** @addtogroup kernel Kernel + * @{ + */ #pragma once diff --git a/include/villas/kernel/tc_netem.h b/include/villas/kernel/tc_netem.h index b6d0a86c4..76db24db0 100644 --- a/include/villas/kernel/tc_netem.h +++ b/include/villas/kernel/tc_netem.h @@ -26,7 +26,9 @@ * along with this program. If not, see . *********************************************************************************/ -/** @addtogroup kernel Kernel @{ */ +/** @addtogroup kernel Kernel + * @{ + */ #pragma once