Skip to content

Commit 58606de

Browse files
committed
Added yard doc options.
1 parent 44ec9a4 commit 58606de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pkg/*
88
*.pem
99
.DS_STORE
1010
doc
11-
.ruby-version
11+
.ruby-version
12+
.yardoc
13+
doc
1214

1315
.rakeTasks

.yardopts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--title "Jira Ruby"
2+
--no-private
3+
lib/**/*.rb
4+

0 commit comments

Comments
 (0)