Skip to content

Commit

Permalink
Update Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Sep 18, 2024
1 parent ddf51f3 commit 005b589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonmark/src/main/java/org/commonmark/parser/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public Builder enabledBlockTypes(Set<Class<? extends Block>> enabledBlockTypes)
}

/**
* Whether to calculate {@link org.commonmark.node.SourceSpan} for {@link Node}.
* Whether to calculate source positions for parsed {@link Node Nodes}, see {@link Node#getSourceSpans()}.
* <p>
* By default, source spans are disabled.
*
Expand Down

0 comments on commit 005b589

Please sign in to comment.