Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsegal/yard-tmbundle

A Textmate Bundle for YARD
https://github.com/lsegal/yard-tmbundle

Last synced: about 1 month ago
JSON representation

A Textmate Bundle for YARD

Awesome Lists containing this project

README

        

h4. Project Description

TextMate Bundle for writing YARD style documentation for ruby scripts

h4. Snippets

* ## - Starts documentation
* param - @param
* since - @since
* version - @version
* author - @author
* see - @see
* raise - @raise
* yparam - @yieldparam
* yield - @yield
* return - @return
* depr - @deprecated

h4. TODO

* A tmLanguage
* A tmCommand for regenerating the documentation and opening it in the browser