summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-02-28 22:05:46 -0700
committerDan Allen <dan.j.allen@gmail.com>2014-02-28 22:05:46 -0700
commitcedc33627bf702abd1dd4a3eefaf7ed83eba0840 (patch)
tree0866fc80962a3573441d3a389ddc54d574faeea7 /Rakefile
parentcecea6ba0f0b289277cbc1ec7c6272074223d852 (diff)
add .yardopts file for rubydoc.info
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 9eb4e64c..0b92a2e0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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