Skip to content

Commit

Permalink
Fix to see tag in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Cesar committed Jul 21, 2023
1 parent 44d2b99 commit f7ac4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const createConverter = config => {
const replaceCommentTags = comment => {
return comment
.replace(/<see cref="(.+)"\/>/gi, '{@link $1}')
.replace(/<see cref="(.+)">(.+)<\/see>/gi, '{@link $1 | $2}')
.replace('<inheritdoc/>', '@inheritDoc');
}

Expand Down

0 comments on commit f7ac4fa

Please sign in to comment.