public
Description: A Textmate Bundle for YARD
Homepage:
Clone URL: git://github.com/lsegal/yard-tmbundle.git
name age message
directory Commands/ Fri Jun 06 21:31:37 -0700 2008 Clean up tag formatting [lsegal]
directory Preferences/ Tue Jun 10 01:04:05 -0700 2008 Add abstract tag, try autocomplete tags [lsegal]
file README.textile Fri Jun 06 21:43:20 -0700 2008 Typo [lsegal]
directory Snippets/ Tue Jun 10 01:04:05 -0700 2008 Add abstract tag, try autocomplete tags [lsegal]
file info.plist Tue Jun 10 01:04:05 -0700 2008 Add abstract tag, try autocomplete tags [lsegal]
README.textile

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