Skip to content

Commit a4b925b

Browse files
committed
Enabled Yardoc
1 parent 5247fd6 commit a4b925b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/coverage/
2+
/.yardoc/
3+
/doc/autodocs/
14
Makefile
25
Makefile.in
36
aclocal.m4

Diff for: .yardopts

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--no-private
2+
--protected
3+
--markup markdown
4+
--output-dir doc/autodocs
5+
--readme README.md
6+
src/**/*.rb

0 commit comments

Comments
 (0)