update documentation generation
This commit is contained in:
parent
cdc746b364
commit
fcd2cd8713
3 changed files with 1 additions and 7 deletions
|
@ -1 +1 @@
|
||||||
-o doc/api --plugin yard-activerecord --no-private --protected app/**/*.rb db/schema.rb - *.md doc/**/*.md
|
-o doc/api --no-private --protected app/**/*.rb lib/**/*.rb - *.md doc/**/*.md
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -80,8 +80,6 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'ruby-prof', require: false
|
gem 'ruby-prof', require: false
|
||||||
gem 'yard-activerecord', require: false
|
|
||||||
#gem 'yard-rails-plugin', github: 'ogeidix/yard-rails-plugin', tag: 'v0.0.1', require: false
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
@ -389,9 +389,6 @@ GEM
|
||||||
rinku
|
rinku
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
yard (0.8.7.4)
|
|
||||||
yard-activerecord (0.0.11)
|
|
||||||
yard (>= 0.8.3)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -461,4 +458,3 @@ DEPENDENCIES
|
||||||
twitter-bootstrap-rails
|
twitter-bootstrap-rails
|
||||||
uglifier (>= 1.0.3)
|
uglifier (>= 1.0.3)
|
||||||
whenever
|
whenever
|
||||||
yard-activerecord
|
|
||||||
|
|
Loading…
Reference in a new issue