Skip to content

Commit f513308

Browse files
committed
Document RenderBlockContent.row
1 parent 3099317 commit f513308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftDocC/Model/Rendering/Content/RenderBlockContent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public enum RenderBlockContent: Equatable {
6161
/// A table that contains a list of row data.
6262
case table(Table)
6363

64+
/// A row in a grid-based layout system that describes a collection of columns.
6465
case row(Row)
6566

6667
// Warning: If you add a new case to this enum, make sure to handle it in the Codable

0 commit comments

Comments
 (0)