diff options
| author | Jack Nagel | 2014-12-22 11:49:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-22 11:49:37 -0500 |
| commit | dc531507e9f5158e900c5cea138ee149d107375f (patch) | |
| tree | f773cdd080a3631840a54ba7ca55cc2c64e42ab4 /Library/Homebrew/formula.rb | |
| parent | 3441a918172a3c93a48754e48473d3ed5f917070 (diff) | |
| download | homebrew-dc531507e9f5158e900c5cea138ee149d107375f.tar.bz2 | |
Use "@api private" instead of "@private"
http://www.rubydoc.info/gems/yard/file/docs/Tags.md#private
http://www.rubydoc.info/gems/yard/file/docs/Tags.md#api
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c60468766..2ef9d6298 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -53,7 +53,7 @@ class Formula # The currently active SoftwareSpec. # Defaults to stable unless `--devel` or `--HEAD` is passed. - # @private + # @api private attr_reader :active_spec # The {PkgVersion} for this formula with version and {#revision} information. @@ -329,7 +329,7 @@ class Formula end # yields self with current working directory set to the uncompressed tarball - # @private + # @api private def brew validate_attributes :name, :version |
