mirror of
https://github.com/google/nomulus
synced 2026-09-03 22:57:09 +00: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:
@@ -152,7 +152,7 @@ braintreepayments.ErrorField.prototype.fieldKey;
|
||||
|
||||
|
||||
/**
|
||||
* This will be {@code true} if the associated input is empty.
|
||||
* This will be `true` if the associated input is empty.
|
||||
* @type {(boolean|undefined)}
|
||||
* @const
|
||||
*/
|
||||
|
||||
@@ -41,7 +41,7 @@ registry.json.Response = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* Request state which can be {@code SUCCESS} or {@code ERROR}.
|
||||
* Request state which can be `SUCCESS` or `ERROR`.
|
||||
* @type {string}
|
||||
*/
|
||||
registry.json.Response.prototype.status;
|
||||
|
||||
Reference in New Issue
Block a user