/yard-tmbundle

a textmate bundle which helps out when you are documenting ruby scripts in the Yard style

TextMate Bundle for writing YARD style documentation for ruby scripts

Snippets:

  • ## – doc template
  • @par – @params
  • @si – @since
  • @ver – @version
  • @au – @author
  • @see – @see
  • @rai – @rai
  • @ypar – @yieldparam
  • @y – @yield
  • @ret – @return
  • @dep – @deprecated

TODO

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