diff options
| author | Mike McQuaid | 2014-12-06 09:14:20 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-06 09:14:20 +0000 |
| commit | 5dd160d3ce91da4b8b5568f4e93f4bb4e5422cde (patch) | |
| tree | b6794de0ad3026c5416c4800a10187e1a7773e88 /Library/Homebrew/formula.rb | |
| parent | 33afb712042fbe454cddf3828c69901ddd57e6f9 (diff) | |
| download | homebrew-5dd160d3ce91da4b8b5568f4e93f4bb4e5422cde.tar.bz2 | |
Remove {start,stop}doc as we're using Yard now.
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c6ff16d88..c1f3d3ff1 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -11,11 +11,9 @@ require 'install_renamed' require 'pkg_version' class Formula - # :startdoc: include FileUtils include Utils::Inreplace extend Enumerable - # :stopdoc: attr_reader :name, :path attr_reader :stable, :devel, :head, :active_spec @@ -156,8 +154,6 @@ class Formula Keg.new(installed_prefix).version end - # :startdoc: - # The directory in the cellar that the formula is installed to. # This directory contains the formula's name and version. def prefix(v=pkg_version) @@ -270,8 +266,6 @@ class Formula false end - # :stopdoc: - # yields self with current working directory set to the uncompressed tarball def brew validate_attributes :name, :version @@ -335,8 +329,6 @@ class Formula "#<#{self.class.name}: #{path}>" end - # :startdoc: - # Standard parameters for CMake builds. # Using Build Type "None" tells cmake to use our CFLAGS,etc. settings. # Setting it to Release would ignore our flags. @@ -355,8 +347,6 @@ class Formula ] end - # :stopdoc: - # Deprecated def python(options={}, &block) opoo 'Formula#python is deprecated and will go away shortly.' @@ -525,8 +515,6 @@ class Formula protected - # :startdoc: - # Pretty titles the command and buffers stdout/stderr # Throws if there's an error def system cmd, *args @@ -589,8 +577,6 @@ class Formula end end - # :stopdoc: - private def exec_cmd(cmd, args, out, logfn) |
