aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/.rdoc_options
AgeCommit message (Collapse)Author
2014-10-18Use YARD for API documentation.Mike McQuaid
Massive TODO. We'll get there eventually...
2014-09-24Generate RDoc documentation.Mike McQuaid
This is currently still very messy and we probably want to work out the best way to declare what parts of our DSL/what files are "public". Still, even if this is a WIP I'd rather get something committed sooner rather than later and start iterating on this as a replacement for `example_formula.rb` and the formula cookbook. To test: ```bash cd $(brew --prefix)/Library/Homebrew && \ rdoc formula.rb requirement.rb utils.rb &&\ open doc/index.html ``` Closes Homebrew/homebrew#32470.