From 40e227be11844d4f8dc8bd80bf6d46abfb38d171 Mon Sep 17 00:00:00 2001 From: Matt Wildig Date: Thu, 12 Sep 2013 21:21:39 +0100 Subject: [PATCH] Update .yardopts to markdown Update .yardopts file to reflect new use of markdown in docs. --- .yardopts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.yardopts b/.yardopts index 880f1961..60e00e9a 100644 --- a/.yardopts +++ b/.yardopts @@ -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'