From 3069566073ef07700dc29714f74dd6f2069caf90 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Jun 2011 14:44:49 -0700 Subject: api doc fixes from ken --- src/angular-mocks.js | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'src/angular-mocks.js') diff --git a/src/angular-mocks.js b/src/angular-mocks.js index f0313b25..ba7f7461 100644 --- a/src/angular-mocks.js +++ b/src/angular-mocks.js @@ -57,14 +57,21 @@ /** + * @workInProgress * @ngdoc overview * @name angular.mock - * @namespace Namespace for all built-in angular mocks. - * * @description - * `angular.mock` is a namespace for all built-in mocks that ship with angular and automatically - * replace real services if `angular-mocks.js` file is loaded after `angular.js` and before any - * tests. + * + * The `angular.mock` object is a namespace for all built-in mock services that ship with angular. + * It automatically replaces real services if the `angular-mocks.js` file is loaded after + * `angular.js` and before any tests. + * + * Built-in mocks: + * + * * {@link angular.Mock.service.$browser $browser } - A mock implementation of the browser. + * * {@link angular.Mock.service.$exceptionHandler $exceptionHandler } - A mock implementation of the + * angular service exception handler. + * * {@link angular.Mock.service.$log $log } - A mock implementation of the angular service log. */ angular.mock = {}; -- cgit v1.2.3