mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +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
|
@ -78,7 +78,7 @@ registry.testing.click = function(element) {
|
|||
|
||||
|
||||
/**
|
||||
* Asserts {@code element} has 'shown' class.
|
||||
* Asserts `element` has 'shown' class.
|
||||
* @param {!Element} element
|
||||
*/
|
||||
registry.testing.assertVisible = function(element) {
|
||||
|
@ -88,7 +88,7 @@ registry.testing.assertVisible = function(element) {
|
|||
|
||||
|
||||
/**
|
||||
* Asserts {@code element} has 'hidden' class.
|
||||
* Asserts `element` has 'hidden' class.
|
||||
* @param {!Element} element
|
||||
*/
|
||||
registry.testing.assertHidden = function(element) {
|
||||
|
@ -98,7 +98,7 @@ registry.testing.assertHidden = function(element) {
|
|||
|
||||
|
||||
/**
|
||||
* Like {@code assertObjectEquals} but with a better error message.
|
||||
* Like `assertObjectEquals` but with a better error message.
|
||||
* @param {?Object} a
|
||||
* @param {?Object} b
|
||||
*/
|
||||
|
@ -116,7 +116,7 @@ registry.testing.assertObjectEqualsPretty = function(a, b) {
|
|||
|
||||
|
||||
/**
|
||||
* JSON request/response simulator for {@code ResourceComponent} subclasses.
|
||||
* JSON request/response simulator for `ResourceComponent` subclasses.
|
||||
* @param {string} xsrfToken
|
||||
* @param {string} path server resource path.
|
||||
* @param {!Object} expectReqJson assert this object was sent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue