Skip to content

Commit eb10072

Browse files
committed
Add docstring to ItemCriterion
1 parent a4f179b commit eb10072

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NextItemRules/prelude/abstract.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Abstract base type all criteria should inherit from
3434
abstract type CriterionBase <: CatConfigBase end
3535
abstract type SubItemCriterionBase <: CatConfigBase end
3636

37+
"""
38+
$(TYPEDEF)
39+
"""
3740
abstract type ItemCriterion <: CatConfigBase end
3841

3942
"""

0 commit comments

Comments
 (0)