Skip to content

Commit c0996d1

Browse files
committed
Fix the docstring of Forest
1 parent 5f36ad4 commit c0996d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/forest.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ $TYPEDEF
66
Structure that provides fast union-find operations for constructing a forest during acyclic coloring and bicoloring.
77
88
# Fields
9+
10+
$TYPEDFIELDS
911
"""
1012
$TYPEDFIELDS
1113
mutable struct Forest{T<:Integer}

0 commit comments

Comments
 (0)