documentation tweaks
This commit is contained in:
parent
bdc4f570d6
commit
edcac65c44
2
README
2
README
|
@ -89,6 +89,8 @@ This driver uses the MAC address finder found at
|
||||||
http://codeforpeople.com/lib/ruby/macaddr/macaddr-1.0.0/lib/macaddr.rb, which
|
http://codeforpeople.com/lib/ruby/macaddr/macaddr-1.0.0/lib/macaddr.rb, which
|
||||||
uses Ruby's license (see http://codeforpeople.com/lib/license.txt).
|
uses Ruby's license (see http://codeforpeople.com/lib/license.txt).
|
||||||
|
|
||||||
|
--
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode:rdoc
|
# mode:rdoc
|
||||||
# End:
|
# End:
|
||||||
|
++
|
||||||
|
|
3
Rakefile
3
Rakefile
|
@ -8,7 +8,8 @@ Rake::TestTask.new do |t|
|
||||||
t.test_files = FileList['tests/test*.rb']
|
t.test_files = FileList['tests/test*.rb']
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc "Generate documentation"
|
||||||
task :rdoc do
|
task :rdoc do
|
||||||
FileUtils.rm_rf('doc')
|
FileUtils.rm_rf('doc')
|
||||||
system "rdoc --main README README `find lib -name '*.rb'`"
|
system "rdoc --main README --inline-source --quiet README `find lib -name '*.rb'`"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue