Question

I am writing a moderate-sized Sinatra app that I break into extensions, placed in ./lib/extensions/. I want to document each route, but Yard::Sinatra only documents the routes defined in the main application.rb file. Can I configure Yard::Sinatra to do something or do I have to write my own plugin?

Was it helpful?

Solution

You might want to take a look into Cachafla's YARD::Sinatra version of the gem: gem install cachafla-yard-sinatra

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top