pavlitsky / vscode-yard

YARD comments generator for Visual Studio Code
https://yardoc.org/
MIT License
23 stars 3 forks source link

Fixed wrong syntax for attribute accessors #6

Closed pavlitsky closed 5 years ago

pavlitsky commented 5 years ago

Explicitly defined attributes should be documented with @return tag, not an @!attribute directive.

Closes #5.