Skip to content

Commit

Permalink
Merge pull request scala#8288 from ashawley/unmoored-comments
Browse files Browse the repository at this point in the history
Fix unmoored Scaladoc comments
  • Loading branch information
lrytz authored Aug 5, 2019
2 parents 87d43d0 + 72da647 commit cca78e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ trait CommentFactoryBase { this: MemberLookupBase =>
markedTagComment.linesIterator.toList map cleanLine
}

/** Parses a comment (in the form of a list of lines) to a `Comment`
/* Parses a comment (in the form of a list of lines) to a `Comment`
* instance, recursively on lines. To do so, it splits the whole comment
* into main body and tag bodies, then runs the `WikiParser` on each body
* before creating the comment instance.
Expand Down Expand Up @@ -634,7 +634,7 @@ trait CommentFactoryBase { this: MemberLookupBase =>

def contentNonEmpty(content: Inline) = content != Text("")

/**
/* Parse cells of a table.
* @param cellStartMark The char indicating the start or end of a cell
* @param finalizeRow Function to invoke when the row has been fully parsed
*/
Expand Down

0 comments on commit cca78e1

Please sign in to comment.