Skip to content

Commit

Permalink
Use YARD for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis committed Aug 10, 2024
1 parent 6f3475c commit f39817c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
/spec/dummy/storage/
/spec/dummy/tmp/
*.gem
.yardoc/
docs/
2 changes: 2 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--output-dir docs/
--private
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ group :development do
gem 'solargraph'
gem 'solargraph-rails'
gem 'sqlite3'
gem 'yard'
end

group :test do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ GEM
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
overcommit (0.58.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
Expand Down Expand Up @@ -260,6 +262,7 @@ DEPENDENCIES
solargraph-rails
sqlite3
warning
yard

BUNDLED WITH
2.2.21

0 comments on commit f39817c

Please sign in to comment.