aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/inline.h')
-rw-r--r--src/include/inline.h7
1 files changed, 7 insertions, 0 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_ */
+
+/** @} */