Skip to content

Commit

Permalink
doc: create .rdoc_options with good defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 24, 2023
1 parent 2dc58b7 commit a2aa21a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ test/test.db

Gemfile.lock

doc/
gems/
issues/
pkg/
ports/
tmp/
Expand Down
31 changes: 31 additions & 0 deletions .rdoc_options
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
encoding: UTF-8
static_path: []
rdoc_include: []
page_dir:
charset: UTF-8
exclude:
- "~\\z"
- "\\.orig\\z"
- "\\.rej\\z"
- "\\.bak\\z"
- "\\.gemspec\\z"
- "issues"
- "bin"
- "rakelib"
- "ext/sqlite3/extconf.rb"
hyperlink_all: false
line_numbers: false
locale:
locale_dir: locale
locale_name:
main_page: "README.md"
markup: rdoc
output_decoration: true
show_hash: false
skip_tests: true
tab_width: 8
template_stylesheets: []
title:
visibility: :protected
webcvs:
3 changes: 3 additions & 0 deletions rakelib/check-manifest.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ task :check_manifest do
.git
.github
bin
doc
gems
issues
patches
pkg
ports
Expand All @@ -21,6 +23,7 @@ task :check_manifest do
}
ignore_files = %w[
.gitignore
.rdoc_options
Gemfile?*
Rakefile
[a-z]*.{log,out}
Expand Down

0 comments on commit a2aa21a

Please sign in to comment.