aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdalign.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/stdalign.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/stdalign.h b/include/stdalign.h
index 89aca73..e322a50 100644
--- a/include/stdalign.h
+++ b/include/stdalign.h
@@ -29,6 +29,8 @@
/**
* Specify the alignment of a variable.
*
+ * @etymology (Align as) type.
+ *
* @param type The type whose alignment shall be used.
*/
#if !defined(__C11__) && defined(__GNUC__)
@@ -40,6 +42,8 @@
/**
* Get the alignment of a type.
*
+ * @etymology (Align)ment (of) type.
+ *
* @param type The type.
* @return The alignment of the type.
*/