Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 25, 2014
    • Mike McQuaid's avatar
      Generate RDoc documentation. · 05739585
      Mike McQuaid authored
      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.
      05739585
Loading