-
- Downloads
Implement @experimental tag.
Placed it in the same group with @deprecated and @removed, so one can also add a version number (since when the feature was added), and a comment: @experimental 3.2 To try out new Google API. Tweaked the styles of @deprecated and @removed too, so they all look a bit better. To allow for different message text in @experimental, had to introduce @msg and @since instance variables to the DeprecatedTag base class. Fixes #239
Showing
- lib/jsduck/tag/deprecated.rb 4 additions, 0 deletionslib/jsduck/tag/deprecated.rb
- lib/jsduck/tag/deprecated_tag.rb 6 additions, 4 deletionslib/jsduck/tag/deprecated_tag.rb
- lib/jsduck/tag/experimental.rb 28 additions, 0 deletionslib/jsduck/tag/experimental.rb
- lib/jsduck/tag/removed.rb 5 additions, 1 deletionlib/jsduck/tag/removed.rb
Loading
Please register or sign in to comment