diff options
Diffstat (limited to 'library/src/layout/flow.rs')
| -rw-r--r-- | library/src/layout/flow.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/src/layout/flow.rs b/library/src/layout/flow.rs index ea31752b..02f34857 100644 --- a/library/src/layout/flow.rs +++ b/library/src/layout/flow.rs @@ -8,6 +8,9 @@ use crate::visualize::{CircleNode, EllipseNode, ImageNode, RectNode, SquareNode} /// /// This node is responsible for layouting both the top-level content flow and /// the contents of boxes. +/// +/// Display: Flow +/// Category: layout #[node(Layout)] pub struct FlowNode { /// The children that will be arranges into a flow. |
