Sha256: 353f9a9c5584d5f7028dd6d1d5c4dd173c61c368c475475bc48cfafb450c8e5f
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
module Inch module CodeObject module Provider # Parses the source tree (using YARD) module YARD def self.parse(dir, paths, excluded) Parser.parse(dir, paths, excluded) end end end end end require_relative 'yard/parser' require_relative 'yard/docstring' require_relative 'yard/nodoc_helper' require_relative 'yard/object'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
inch-0.3.0.rc3 | lib/inch/code_object/provider/yard.rb |
inch-0.3.0.rc2 | lib/inch/code_object/provider/yard.rb |
inch-0.3.0.rc1 | lib/inch/code_object/provider/yard.rb |