docs(chore): make styles consistent for API doc headings

Closes #4816
This commit is contained in:
Naomi Black
2015-10-19 15:37:32 +01:00
committed by Naomi Black
parent 2c98a0f771
commit be3e7db5db
58 changed files with 131 additions and 131 deletions

View File

@ -43,7 +43,7 @@ export class MockConnection implements Connection {
* Sends a mock response to the connection. This response is the value that is emitted to the
* {@link EventEmitter} returned by {@link Http}.
*
* #Example
* ### Example
*
* ```
* var connection;
@ -94,7 +94,7 @@ export class MockConnection implements Connection {
* This class can be injected in tests, and should be used to override providers
* to other backends, such as {@link XHRBackend}.
*
* #Example
* ### Example
*
* ```
* import {MockBackend, DefaultOptions, Http} from 'angular2/http';
@ -126,7 +126,7 @@ export class MockBackend implements ConnectionBackend {
* of {@link MockConnection} instances that have been created by this backend. Can be subscribed
* to in order to respond to connections.
*
* #Example
* ### Example
*
* ```
* import {MockBackend, Http, BaseRequestOptions} from 'angular2/http';