ucx/cx/common.h

changeset 943
9b5948aa5b90
parent 870
e167cf006213
child 992
f421aef8f865
--- a/ucx/cx/common.h	Sun Nov 30 18:15:46 2025 +0100
+++ b/ucx/cx/common.h	Sun Nov 30 18:17:49 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