MCPcopy Index your code
hub / github.com/angular/components / _decorateMethodDoc

Method _decorateMethodDoc

tools/dgeni/processors/categorizer.ts:160–163  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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

Callers 1

_decorateClassLikeDocMethod · 0.95

Calls 2

decorateDeprecatedDocFunction · 0.90

Tested by

no test coverage detected