We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17ea69 commit ebd0f97Copy full SHA for ebd0f97
.yardopts
@@ -0,0 +1,9 @@
1
+--no-private
2
+--markup markdown
3
+--embed-mixins
4
+lib/*.rb
5
+lib/**/*.rb
6
+lib/**/**/*.rb
7
+lib/**/**/**/*.rb
8
+-
9
+README.md
scripts/gendocs.sh
@@ -6,7 +6,6 @@
gem install --conservative yard
gem install --conservative redcarpet # provides Markdown formatting
-# yard doesn't seem to do recursive directories, even though Ruby's Dir.glob supposedly recurses for "**"
10
-PATHS="lib/*.rb lib/**/*.rb lib/**/**/*.rb lib/**/**/**/*.rb"
+rm -rf doc/*
11
12
-yard doc --no-private --markup markdown --markup-provider redcarpet --embed-mixins $PATHS - README.md
+yard doc
0 commit comments