1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Update .yardopts to markdown

Update .yardopts file to reflect new use of markdown in docs.
This commit is contained in:
Matt Wildig 2013-09-12 21:21:39 +01:00
parent 7af7d2aaf7
commit 40e227be11

View file

@ -1,4 +1,5 @@
--readme README.rdoc
--readme README.md
--title 'Sinatra API Documentation'
--charset utf-8
'lib/**/*.rb' - '*.rdoc'
--markup markdown
'lib/**/*.rb' - '*.md'