Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5b2a386

Browse files
thorn0caitp
authored andcommitted
docs(jsdoc): remove @kind function for providers
This gets rid of the bizarre "Usage: fooProvider();" which does not really communicate anything useful. Closes #8809
1 parent 953ee22 commit 5b2a386

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/ng/compile.js

-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ var $compileMinErr = minErr('$compile');
558558
/**
559559
* @ngdoc provider
560560
* @name $compileProvider
561-
* @kind function
562561
*
563562
* @description
564563
*/

src/ng/interpolate.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var $interpolateMinErr = minErr('$interpolate');
55
/**
66
* @ngdoc provider
77
* @name $interpolateProvider
8-
* @kind function
98
*
109
* @description
1110
*

src/ng/parse.js

-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ function getterFn(path, options, fullExp) {
997997
/**
998998
* @ngdoc provider
999999
* @name $parseProvider
1000-
* @kind function
10011000
*
10021001
* @description
10031002
* `$parseProvider` can be used for configuring the default behavior of the {@link ng.$parse $parse}

src/ngRoute/route.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ var ngRouteModule = angular.module('ngRoute', ['ng']).
2323
/**
2424
* @ngdoc provider
2525
* @name $routeProvider
26-
* @kind function
2726
*
2827
* @description
2928
*

0 commit comments

Comments
 (0)