Sha256: 4a7f09ea5fc7a3f9bd1c25b2db33ca99f505ce54e989e56450cc4ce06c6d8728

Contents?: true

Size: 485 Bytes

Versions: 17

Compression:

Stored size: 485 Bytes

Contents

module Inch
  module CodeObject
    module Provider
      # Parses the source tree (using YARD)
      module YARD

        def self.parse(dir, config = Inch::Config.codebase)
          Parser.parse(dir, config)
        end

      end
    end
  end
end

require 'logger'
require 'yard'

log.level = ::Logger::UNKNOWN # basically disable YARD's logging

require_relative 'yard/parser'
require_relative 'yard/docstring'
require_relative 'yard/nodoc_helper'
require_relative 'yard/object'

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
inch-0.4.4.rc2 lib/inch/code_object/provider/yard.rb
inch-0.4.4.rc1 lib/inch/code_object/provider/yard.rb
inch-0.4.3 lib/inch/code_object/provider/yard.rb
inch-0.4.3.rc2 lib/inch/code_object/provider/yard.rb
inch-0.4.3.rc1 lib/inch/code_object/provider/yard.rb
inch-0.4.2 lib/inch/code_object/provider/yard.rb
inch-0.4.1 lib/inch/code_object/provider/yard.rb
inch-0.4.0 lib/inch/code_object/provider/yard.rb
inch-0.4.0.rc3 lib/inch/code_object/provider/yard.rb
inch-0.4.0.rc2 lib/inch/code_object/provider/yard.rb
inch-0.4.0.rc1 lib/inch/code_object/provider/yard.rb
inch-0.3.4.rc1 lib/inch/code_object/provider/yard.rb
inch-0.3.3 lib/inch/code_object/provider/yard.rb
inch-0.3.3.rc1 lib/inch/code_object/provider/yard.rb
inch-0.3.2 lib/inch/code_object/provider/yard.rb
inch-0.3.2.rc2 lib/inch/code_object/provider/yard.rb
inch-0.3.2.rc1 lib/inch/code_object/provider/yard.rb