diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-02-28 22:05:46 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-02-28 22:05:46 -0700 |
| commit | cedc33627bf702abd1dd4a3eefaf7ed83eba0840 (patch) | |
| tree | 0866fc80962a3573441d3a389ddc54d574faeea7 /Rakefile | |
| parent | cecea6ba0f0b289277cbc1ec7c6272074223d852 (diff) | |
add .yardopts file for rubydoc.info
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -95,14 +95,7 @@ begin ) # --no-highlight enabled to prevent verbatim blocks in AsciiDoc that begin with $ from being dropped # need to patch htmlify method to not attempt to syntax highlight blocks (or fix what's wrong) - yard.options = %w( - --exclude backends - --exclude opal_ext - --hide-api private - -o rdoc - --plugin tomdoc - --title Asciidoctor\ API\ Documentation - ) + yard.options = IO.readlines '.yardopts' end rescue LoadError end |
