add missing docstring for CX_INLINE

Fri, 28 Nov 2025 15:16:19 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 28 Nov 2025 15:16:19 +0100
changeset 1519
0cc05a5c053d
parent 1518
39b9dd939ac8
child 1520
03d703c3cfe9

add missing docstring for CX_INLINE

src/cx/common.h file | annotate | diff | comparison | revisions
--- a/src/cx/common.h	Fri Nov 28 15:09:57 2025 +0100
+++ b/src/cx/common.h	Fri Nov 28 15:16:19 2025 +0100
@@ -284,6 +284,9 @@
  */
 #define CX_INLINE __attribute__((always_inline)) static inline
 #else
+/**
+ * Declares a function to be inlined.
+ */
 #define CX_INLINE static inline
 #endif
 /**

mercurial