Skip to content

Commit

Permalink
docs(static-html): Fix-up the KDoc for Row.issue
Browse files Browse the repository at this point in the history
This is a fix-up for 9c6b867.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed May 3, 2024
1 parent 1cf1099 commit be8df83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ internal data class IssueTable(

data class Row(
/**
* All analyzer issues related to this package, grouped by the [Identifier] of the [Project] they appear in.
* The issue of this row represents of the given [type][type].
*/
val issue: TableReportIssue,

Expand Down

0 comments on commit be8df83

Please sign in to comment.