Skip to content

Commit 82fc79f

Browse files
committed
doc refinements
1 parent 494c5e8 commit 82fc79f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/include/elements/element/align.hpp

+7-7
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ namespace cycfi::elements
9797
* The subject to be aligned.
9898
*
9999
* \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.
101101
*/
102102
template <concepts::Element Subject>
103103
inline halign_element<remove_cvref_t<Subject>>
@@ -137,7 +137,7 @@ namespace cycfi::elements
137137
* The subject to be aligned.
138138
*
139139
* \return
140-
* An `halign_element` with a 0.5 alignment.
140+
* An `halign_element` proxy with a 0.5 alignment.
141141
*/
142142
template <concepts::Element Subject>
143143
inline halign_element<remove_cvref_t<Subject>>
@@ -157,7 +157,7 @@ namespace cycfi::elements
157157
* The subject to be aligned.
158158
*
159159
* \return
160-
* An `halign_element` with a 1.0 alignment.
160+
* An `halign_element` proxy with a 1.0 alignment.
161161
*/
162162
template <concepts::Element Subject>
163163
inline halign_element<remove_cvref_t<Subject>>
@@ -242,7 +242,7 @@ namespace cycfi::elements
242242
* The subject to be aligned.
243243
*
244244
* \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.
246246
*/
247247
template <concepts::Element Subject>
248248
inline valign_element<remove_cvref_t<Subject>>
@@ -262,7 +262,7 @@ namespace cycfi::elements
262262
* The subject to be aligned.
263263
*
264264
* \return
265-
* An `valign_element` with a 0.0 alignment.
265+
* An `valign_element` proxy with a 0.0 alignment.
266266
*/
267267
template <concepts::Element Subject>
268268
inline valign_element<remove_cvref_t<Subject>>
@@ -282,7 +282,7 @@ namespace cycfi::elements
282282
* The subject to be aligned.
283283
*
284284
* \return
285-
* An `valign_element` with a 0.5 alignment.
285+
* An `valign_element` proxy with a 0.5 alignment.
286286
*/
287287
template <concepts::Element Subject>
288288
inline valign_element<remove_cvref_t<Subject>>
@@ -302,7 +302,7 @@ namespace cycfi::elements
302302
* The subject to be aligned.
303303
*
304304
* \return
305-
* An `valign_element` with a 1.0 alignment.
305+
* An `valign_element` proxy with a 1.0 alignment.
306306
*/
307307
template <concepts::Element Subject>
308308
inline valign_element<remove_cvref_t<Subject>>

0 commit comments

Comments
 (0)