TextMate Bundle for writing YARD style documentation for ruby scripts
Originally forked from lsegal/yard-tmbundle, I modified it to make it more relevant to my older style of commenting
mkdir /Library/Application\ Support/Textmate/Bundles/
cd /Library/Application\ Support/Textmate/Bundles/
git clone git://github.com/kunalmodi/yard-tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'
- ## – Starts documentation
- api -@api
- author – @author
- depr – @deprecated
- note – @note
- param – @param
- raise – @raise
- return – @return
- see – @see
- since – @since
- todo – @todo
- version – @version
- yield – @yield
- yparam – @yieldparam
- A tmLanguage
- A tmCommand for regenerating the documentation and opening it in the browser