ruby-rdf / rdf-rdfa

Ruby RDFa reader/writer for RDF.rb.
http://ruby-rdf.github.com/rdf-rdfa
The Unlicense
35 stars 11 forks source link

Add a YARD options file #1

Closed artob closed 14 years ago

artob commented 14 years ago

Please put this following in a .yardopts file, which will make it easy for me to use my existing tooling to re-generate the YARD documentation at http://rdf.rubyforge.org/rdfa/ after each rdf-rdfa release:

--title "RDF::RDFa - RDFa Support for RDF.rb"
--output-dir doc/yard
--protected
--no-private
--hide-void-return
--markup rdoc
--readme README.rdoc
-
AUTHORS
VERSION
gkellogg commented 14 years ago

Done.