File: yardoc

package info (click to toggle)
yard 0.8.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,564 kB
  • sloc: ruby: 25,663; makefile: 15
file content (12 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env ruby

## We do all this work just to find the proper load path
#path = __FILE__
#while File.symlink?(path)
#  path = File.expand_path(File.readlink(__FILE__), File.dirname(__FILE__))
#end
#$:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib'))

require 'yard'

YARD::CLI::Yardoc.run(*ARGV)