Skip to content

Commit cca78e1

Browse files
authored
Merge pull request scala#8288 from ashawley/unmoored-comments
Fix unmoored Scaladoc comments
2 parents 87d43d0 + 72da647 commit cca78e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scaladoc/scala/tools/nsc/doc/base/CommentFactoryBase.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)