twingly / twingly-search-api-ruby

:gem: Twingly Blog Search API in Ruby
https://developer.twingly.com/
MIT License
4 stars 0 forks source link

Add YARD documentation comments #32

Closed roback closed 8 years ago

roback commented 8 years ago

Documented all public methods/attributes using http://yardoc.org/

Started a yard server locally by running

bundle exec yard server --reload

Todo

roback commented 8 years ago

should documentation be checked in or not?

I have no idea, some keeps it in the repo, some don't.

Im choosing not to as it's one more thing to remember to update each time you make a change. The YARD-comments in the code is still there which should be enough.

dentarg commented 8 years ago

I agree, we should not have the generated documentation in the repo

dentarg commented 8 years ago

:+1:

jage commented 8 years ago

Great job! :+1:

walro commented 8 years ago

Awesome work, left a few minor comments

roback commented 8 years ago

Awesome work, left a few minor comments

"a few" :stuck_out_tongue:

walro commented 8 years ago

:) LGTM!