Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ORM models / mixins documentation (#859) #901

Merged
merged 1 commit into from
Nov 2, 2016

Conversation

nbulaj
Copy link
Member

@nbulaj nbulaj commented Nov 1, 2016

  • Adds YARD docs for models, concerns and mixins (ORM-specific code).
  • Fix config docs:

[warn]: @param tag has unknown parameter name: Define
in file `lib/doorkeeper/config.rb' near line 102

[warn]: @param tag has unknown parameter name: ("Doorkeeper")
in file `lib/doorkeeper/config.rb' near line 114

[warn]: @param tag has unknown parameter name: the
in file `lib/doorkeeper/config.rb' near line 140

[warn]: @param tag has unknown parameter name: the
in file `lib/doorkeeper/config.rb' near line 151

@@ -1,6 +1,10 @@
module Doorkeeper
module Models
module Accessible
# Indicates whether the object is accessible (not expired and not revoked).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [81/80]

@nbulaj nbulaj force-pushed the orm_models_docs branch 3 times, most recently from 1030839 to 9224d26 Compare November 1, 2016 12:53
Add YARD docs to models, concerns and mixins. Fix config docs.
@tute tute merged commit b91c898 into doorkeeper-gem:master Nov 2, 2016
@tute
Copy link
Contributor

tute commented Nov 2, 2016

Thank you so much! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants