Basic REPP doc

This commit is contained in:
Martin Lensment 2015-03-18 11:06:52 +02:00
parent 30147db127
commit dcf64bf5df
7 changed files with 165 additions and 6 deletions

View file

@ -88,4 +88,6 @@ RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = [:should, :expect]
end
Autodoc.configuration.path = "doc/repp/v1"
end