jsdoc2md / jsdoc-to-markdown

Generate markdown documentation from jsdoc-annotated javascript
MIT License
1.68k stars 151 forks source link

Show @deprecated text in the output #90

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi,

I use the v1.3.7

In the source, I have added :

    @deprecated Use {@link Di#set} instead
    @method

And the output is :

Deprecated
Kind: instance method of Di

The text "Use Di#set instead" doesn't exist in output. Original jsdoc template shows it.

Thanks

75lb commented 8 years ago

hi, sorry - has been a busy weekend.. will look tomorrow..

75lb commented 8 years ago

Hi, currently text set with the @deprecated tag is not shown in the output.. i will add this.