Skip to content
Snippets Groups Projects
  • Mike McQuaid's avatar
    05739585
    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
    History
    Generate RDoc documentation.
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.