File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/scaladoc/scala/tools/nsc/doc/base Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ trait CommentFactoryBase { this: MemberLookupBase =>
227227 markedTagComment.linesIterator.toList map cleanLine
228228 }
229229
230- /* * Parses a comment (in the form of a list of lines) to a `Comment`
230+ / * Parses a comment (in the form of a list of lines) to a `Comment`
231231 * instance, recursively on lines. To do so, it splits the whole comment
232232 * into main body and tag bodies, then runs the `WikiParser` on each body
233233 * before creating the comment instance.
@@ -634,7 +634,7 @@ trait CommentFactoryBase { this: MemberLookupBase =>
634634
635635 def contentNonEmpty (content : Inline ) = content != Text (" " )
636636
637- /**
637+ /* Parse cells of a table.
638638 * @param cellStartMark The char indicating the start or end of a cell
639639 * @param finalizeRow Function to invoke when the row has been fully parsed
640640 */
You can’t perform that action at this time.
0 commit comments