mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Merge pull request #765 from mattwildig/yardopts-markdown
Update .yardopts to markdown
This commit is contained in:
commit
e8899802e2
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue