chore(doc-gen): remove unnecessary @public and @exportedAs tags

This commit is contained in:
Peter Bacon Darwin
2015-07-11 07:21:21 +01:00
parent 9fa7d38133
commit 2e4a2a0e5a
83 changed files with 5 additions and 299 deletions

View File

@ -21,9 +21,6 @@ import {DOM} from 'angular2/src/dom/dom_adapter';
import {DebugElement} from 'angular2/src/debug/debug_element';
/**
* @exportedAs angular2/test
*/
export class RootTestComponent extends DebugElement {
_componentRef: ComponentRef;
_componentParentView: AppView;
@ -46,8 +43,6 @@ export class RootTestComponent extends DebugElement {
var _nextRootElementId = 0;
/**
* @exportedAs angular2/test
*
* Builds a RootTestComponent for use in component level tests.
*/
@Injectable()

View File

@ -163,7 +163,6 @@ export function createTestInjector(bindings: List<Type | Binding | List<any>>):
* @param {Array} tokens
* @param {Function} fn
* @return {FunctionWithParamTokens}
* @exportedAs angular2/test
*/
export function inject(tokens: List<any>, fn: Function): FunctionWithParamTokens {
return new FunctionWithParamTokens(tokens, fn);