Skip to content

Commit

Permalink
Amend the fix for jsdoc2md/jsdoc-to-markdown#90 so that @link, @linkcode
Browse files Browse the repository at this point in the history
 and @linkplain tags are resolved in the deprecation text.
  • Loading branch information
75lb committed Nov 29, 2024
1 parent bc9ba14 commit 80fb9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partials/all-docs/docs/body/deprecated.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{#if deprecated}}{{#if (equal deprecated true)}}***Deprecated***{{else}}***{{deprecated}}***{{/if}}
{{#if deprecated}}{{#if (equal deprecated true)}}***Deprecated***{{else}}***{{{inlineLinks deprecated}}}***{{/if}}

{{/if~}}
2 changes: 1 addition & 1 deletion partials/partial-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = [
],
[
'deprecated',
'{{#if deprecated}}{{#if (equal deprecated true)}}***Deprecated***{{else}}***{{deprecated}}***{{/if}}\n' +
'{{#if deprecated}}{{#if (equal deprecated true)}}***Deprecated***{{else}}***{{{inlineLinks deprecated}}}***{{/if}}\n' +
'\n' +
'{{/if~}}\n'
],
Expand Down

0 comments on commit 80fb9a0

Please sign in to comment.