From d831473fe543560b637aa38e7ed1b77d5e542c1d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 22 Dec 2014 11:49:37 -0500 Subject: [PATCH] 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 --- Library/Homebrew/formula.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c604687669..2ef9d62987 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