-
Notifications
You must be signed in to change notification settings - Fork 27.4k
docs(misc core): @function and @kind function used inconsistently. Use @kind function. #7425
Conversation
Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.
If you need to make changes to your pull request, you can update the commit with Thanks again for your help! |
... Although I couldn't find |
Angular uses https://github.com/angular/dgeni to generate its documentation. I guess might find some answers there. Maybe @function is not a real JSDoc annotation in this respect. |
I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS. Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match. If you signed the CLA as a corporation, please let us know the company's name. Thanks a bunch! PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR. |
CLA signature verified! Thank you! Someone from the team will now triage your PR and it will be processed based on the determined priority (doc updates and fixes with tests are prioritized over other changes). |
@petebacondarwin thoughts? |
@btford - let me just remind myself of when those are used in Dgeni! |
OK, so actually we rely on the See https://github.com/angular/dgeni-packages/blob/master/ngdoc/templates/api/object.template.html#L6 |
Moreover, @wesalvaro - can you update your PR in this respect? |
Hahaha! That was actually my first revision, but I changed it because I figured you guys had a secret version you were using given how much it was used. I'll revert back to the |
Updated. |
Tests are flaky. This is ready for review/merge. |
LGTM, the travis failures are flakes |
@petebacondarwin I'll leave this up to you to merge, but it doesn't look like it causes any problems |
You know what, looking at this further. The only place where it makes any difference using Further, it now occurs to me that |
Landed for now as aa26856 |
Request Type: docs
Component(s): misc core
Impact: small
Complexity: small
Detailed Description:
@kind function
should be used in lieu of@function
.Switch to use
@kind function
everywhere.