Use sdoc to generate application code documentation
This commit is contained in:
parent
d075df56d3
commit
96d49bf04c
589 changed files with 75674 additions and 99966 deletions
7
lib/tasks/gitlab/generate_docs.rake
Normal file
7
lib/tasks/gitlab/generate_docs.rake
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace :gitlab do
|
||||
desc "GITLAB | Generate sdocs for project"
|
||||
task generate_docs: :environment do
|
||||
system("bundle exec sdoc -o doc/code app lib")
|
||||
end
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue