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

@ -167,7 +167,7 @@ function applyParams(fnOrArray: (Function | any[]), key: string): Function {
* }
* ```
*
* ## Example with parameter annotations
* ### Example with parameter annotations
*
* ```
* var MyService = ng.Class({
@ -187,7 +187,7 @@ function applyParams(fnOrArray: (Function | any[]), key: string): Function {
* }
* ```
*
* ## Example with inheritance
* ### Example with inheritance
*
* ```
* var Shape = ng.Class({