We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1996e1 commit b21ae12Copy full SHA for b21ae12
Rakefile
@@ -34,6 +34,6 @@ end
34
desc "Generate YARD Documentation"
35
task :yardoc do
36
require 'yard'
37
- YARD::CLI::Yardoc.run *%w( -o doc/yard --readme README.md - LICENSE )
+ YARD::CLI::Yardoc.run *%w( --no-private -o doc/yard --readme README.md - LICENSE )
38
end
39
docs.watchr
@@ -19,7 +19,7 @@ Signal.trap('INT' ) { abort("\n") } # Ctrl-C
19
# --------------------------------------------------
20
def yard
21
print "Updating yardocs... "; STDOUT.flush
22
23
print "done\n"
24
25
0 commit comments