aboutsummaryrefslogtreecommitdiffstats
path: root/.yardopts
AgeCommit message (Collapse)Author
2015-08-29More API documentation.Mike McQuaid
And remove the documented stuff from the `example-formula.rb`. Closes Homebrew/homebrew#43241. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-29yardopts: stop documenting compat codesXu Cheng
Closes Homebrew/homebrew#42243. Signed-off-by: Xu Cheng <xucheng@me.com>
2014-12-08Document Formula attributes.Mike McQuaid
The beginnings of some decent API documentation. Also, tweak `.yardopts` to better fix our internal style.
2014-10-26Improve API documentation output.Mike McQuaid
And include more files.
2014-10-20yardopts: specify "extra" files.Loren Segal
The current .yardopts is treating extra .md files as source code rather than registering them as "extra files". YARD needs a "-" to separate source from non-source files. Closes Homebrew/homebrew#33362. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-19yardopts: look for more Markdown files.Mike McQuaid
But exclude vendored stuff.
2014-10-18Use YARD for API documentation.Mike McQuaid
Massive TODO. We'll get there eventually...