/yard-tmbundle

A Textmate Bundle for YARD

Primary LanguageHTML

Project Description

TextMate Bundle for writing YARD style documentation for ruby scripts

Snippets

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

TODO

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