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:
parent
7af7d2aaf7
commit
40e227be11
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