* Method that will be called for each method doc. The parameters for the method-docs * will be normalized, so that they can be easily used inside of dgeni templates.
(methodDoc: CategorizedMethodMemberDoc)
| 158 | * will be normalized, so that they can be easily used inside of dgeni templates. |
| 159 | */ |
| 160 | private _decorateMethodDoc(methodDoc: CategorizedMethodMemberDoc) { |
| 161 | normalizeFunctionParameters(methodDoc); |
| 162 | decorateDeprecatedDoc(methodDoc); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Method that will be called for each function export doc. The parameters for the functions |
no test coverage detected