Skip to content

Commit e00c4c8

Browse files
committed
Minor tweak
1 parent 276c63c commit e00c4c8

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

lib/include/elements/element/list.hpp

+8-9
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ namespace cycfi::elements
2020
*
2121
* \brief
2222
* An abstract base for classes that need to handle layout composition
23-
* for elements placed in cells.
24-
*
25-
* The class is an interface that defines several pure virtual
26-
* functions for managing and rendering elements in a dynamic list
27-
* structure, including calculating the number of elements, resizing
28-
* the list, creating or composing an element at a specific index, and
29-
* determining the size and limits of elements along both the main and
30-
* secondary axes.
23+
* for elements placed in cells inside a list.
24+
*
25+
* The class declares several pure virtual functions for managing and
26+
* rendering elements in a dynamic list structure, including
27+
* calculating the number of elements, resizing the list, creating or
28+
* composing an element at a specific index, and determining the size
29+
* and limits of elements along both the main and secondary axes.
3130
*/
3231
class cell_composer : public std::enable_shared_from_this<cell_composer>
3332
{
@@ -155,7 +154,7 @@ namespace cycfi::elements
155154
*
156155
* \brief
157156
* Horizontal fixed derived limits cell composer with specifics for
158-
* handling horizontal cells.
157+
* handling columns.
159158
*
160159
* \tparam Base
161160
* The base cell composer type.

0 commit comments

Comments
 (0)