-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
docs: show additional interfaces #8376
docs: show additional interfaces #8376
Conversation
cc88010
to
521ffd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to audit other interfaces for having proper docs before publishing once we merge this?
import {PropertyMemberDoc} from 'dgeni-packages/typescript/api-doc-types/PropertyMemberDoc'; | ||
import {NormalizedMethodMemberDoc} from './normalize-method-parameters'; | ||
|
||
export interface CategorizedClassLikeDoc extends ClassLikeExportDoc { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add descriptions for these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are just simple modifications to the real Dgeni documents - added comments to all of the modified definitions in this file.
521ffd4
to
a5ccacb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Shows additional interfaces in the Dgeni API documentation * Adds documentation for the `RippleGlobalOptions` Closes angular#8298.
a5ccacb
to
4b5f835
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
RippleGlobalOptions
Closes #8298.