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
This commit is contained in:
parent
7c4324d5ea
commit
d831473fe5
@ -53,7 +53,7 @@ class Formula
|
|||||||
|
|
||||||
# The currently active SoftwareSpec.
|
# The currently active SoftwareSpec.
|
||||||
# Defaults to stable unless `--devel` or `--HEAD` is passed.
|
# Defaults to stable unless `--devel` or `--HEAD` is passed.
|
||||||
# @private
|
# @api private
|
||||||
attr_reader :active_spec
|
attr_reader :active_spec
|
||||||
|
|
||||||
# The {PkgVersion} for this formula with version and {#revision} information.
|
# The {PkgVersion} for this formula with version and {#revision} information.
|
||||||
@ -329,7 +329,7 @@ class Formula
|
|||||||
end
|
end
|
||||||
|
|
||||||
# yields self with current working directory set to the uncompressed tarball
|
# yields self with current working directory set to the uncompressed tarball
|
||||||
# @private
|
# @api private
|
||||||
def brew
|
def brew
|
||||||
validate_attributes :name, :version
|
validate_attributes :name, :version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user