docs(bike-shed-migration): convert doctype and names

This commit is contained in:
Peter Bacon Darwin
2014-02-06 13:33:42 +00:00
parent 1ca22a3dc8
commit 2e641ac49f
67 changed files with 500 additions and 679 deletions

View File

@@ -1083,9 +1083,9 @@ function getterFn(path, options, fullExp) {
///////////////////////////////////
/**
* @ngdoc function
* @name ng.$parse
* @function
* @ngdoc service
* @name $parse
* @kind function
*
* @description
*
@@ -1124,8 +1124,8 @@ function getterFn(path, options, fullExp) {
/**
* @ngdoc object
* @name ng.$parseProvider
* @ngdoc provider
* @name $parseProvider
* @function
*
* @description
@@ -1146,8 +1146,7 @@ function $ParseProvider() {
* @deprecated Promise unwrapping via $parse is deprecated and will be removed in the future.
*
* @ngdoc method
* @name ng.$parseProvider#unwrapPromises
* @methodOf ng.$parseProvider
* @name $parseProvider#unwrapPromises
* @description
*
* **This feature is deprecated, see deprecation notes below for more info**
@@ -1201,8 +1200,7 @@ function $ParseProvider() {
* @deprecated Promise unwrapping via $parse is deprecated and will be removed in the future.
*
* @ngdoc method
* @name ng.$parseProvider#logPromiseWarnings
* @methodOf ng.$parseProvider
* @name $parseProvider#logPromiseWarnings
* @description
*
* Controls whether Angular should log a warning on any encounter of a promise in an expression.