@@ -97,7 +97,7 @@ namespace cycfi::elements
97
97
* The subject to be aligned.
98
98
*
99
99
* \return
100
- * An `halign_element` subject with the specified alignment from 0.0 to 1.0 .
100
+ * An `halign_element` proxy with the specified alignment.
101
101
*/
102
102
template <concepts::Element Subject>
103
103
inline halign_element<remove_cvref_t <Subject>>
@@ -137,7 +137,7 @@ namespace cycfi::elements
137
137
* The subject to be aligned.
138
138
*
139
139
* \return
140
- * An `halign_element` with a 0.5 alignment.
140
+ * An `halign_element` proxy with a 0.5 alignment.
141
141
*/
142
142
template <concepts::Element Subject>
143
143
inline halign_element<remove_cvref_t <Subject>>
@@ -157,7 +157,7 @@ namespace cycfi::elements
157
157
* The subject to be aligned.
158
158
*
159
159
* \return
160
- * An `halign_element` with a 1.0 alignment.
160
+ * An `halign_element` proxy with a 1.0 alignment.
161
161
*/
162
162
template <concepts::Element Subject>
163
163
inline halign_element<remove_cvref_t <Subject>>
@@ -242,7 +242,7 @@ namespace cycfi::elements
242
242
* The subject to be aligned.
243
243
*
244
244
* \return
245
- * A `valign_element` subject with the specified alignment from 0.0 to 1.0 .
245
+ * A `valign_element` proxy with the specified alignment.
246
246
*/
247
247
template <concepts::Element Subject>
248
248
inline valign_element<remove_cvref_t <Subject>>
@@ -262,7 +262,7 @@ namespace cycfi::elements
262
262
* The subject to be aligned.
263
263
*
264
264
* \return
265
- * An `valign_element` with a 0.0 alignment.
265
+ * An `valign_element` proxy with a 0.0 alignment.
266
266
*/
267
267
template <concepts::Element Subject>
268
268
inline valign_element<remove_cvref_t <Subject>>
@@ -282,7 +282,7 @@ namespace cycfi::elements
282
282
* The subject to be aligned.
283
283
*
284
284
* \return
285
- * An `valign_element` with a 0.5 alignment.
285
+ * An `valign_element` proxy with a 0.5 alignment.
286
286
*/
287
287
template <concepts::Element Subject>
288
288
inline valign_element<remove_cvref_t <Subject>>
@@ -302,7 +302,7 @@ namespace cycfi::elements
302
302
* The subject to be aligned.
303
303
*
304
304
* \return
305
- * An `valign_element` with a 1.0 alignment.
305
+ * An `valign_element` proxy with a 1.0 alignment.
306
306
*/
307
307
template <concepts::Element Subject>
308
308
inline valign_element<remove_cvref_t <Subject>>
0 commit comments