Add yard options.

This commit is contained in:
Michael Kessler 2011-09-20 10:02:54 +02:00
parent fc3e179a0c
commit 42d4d94611

11
.yardopts Normal file
View File

@ -0,0 +1,11 @@
--title 'Guard Documentation'
--readme README.md
--markup markdown
--markup-provider kramdown
--private
--protected
--output-dir ./doc
lib/**/*.rb
-
CHANGELOG.md
LICENSE