mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Replace uses of @code in Javascript documentation with Markdown backticks
Rosie CL for []/third_party (local approval/rejection). [] b/71392935 Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184412611
This commit is contained in:
parent
98a61b8181
commit
88d453d6a9
15 changed files with 36 additions and 36 deletions
|
@ -68,8 +68,8 @@ registry.Component = function(cons) {
|
|||
this.basePath = '';
|
||||
|
||||
/**
|
||||
* Bean counter that's used by {@code addRemBtnHandlers},
|
||||
* e.g. {@code typeCounts['host']++} when user adds or removes.
|
||||
* Bean counter that's used by `addRemBtnHandlers`,
|
||||
* e.g. `typeCounts['host']++` when user adds or removes.
|
||||
* @type {!Object.<string, number>}
|
||||
* @protected
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue