Skip to content

Commit

Permalink
Add .rdoc_options, .yardopts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ginjo committed Dec 15, 2018
1 parent 8f6a465 commit c6d55e8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .rdoc_options
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
--- !ruby/object:RDoc::Options
encoding: UTF-8
static_path: []
rdoc_include:
- "."
- "/OmniAuthSlack"
charset: UTF-8
exclude:
- "vendor/*"
hyperlink_all: false
line_numbers: false
locale:
locale_dir: locale
locale_name:
main_page:
#markup: rdoc
output_decoration: true
page_dir:
show_hash: false
tab_width: 8
template_stylesheets: []
title:
visibility: :protected
webcvs:
#files:
#- "lib/**/*.rb"
#- "lib/**/*.erb"
op_dir: rdoc

7 changes: 7 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--output ydoc
--plugin tomdoc
--no-cache
--exclude vendor\/.*
#lib/**/*.rb
#lib/**/*.erb

0 comments on commit c6d55e8

Please sign in to comment.