mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Remove final uses of @code in JS comments
This fixes the build broken by [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186782466
This commit is contained in:
parent
cb80a0df1e
commit
a898413c8c
10 changed files with 12 additions and 29 deletions
|
@ -41,7 +41,7 @@ registry.testing.addToDocument = function(html) {
|
|||
|
||||
|
||||
/**
|
||||
* Extracts XML document from inside an {@code <iframe>}.
|
||||
* Extracts XML document from inside an `<iframe>`.
|
||||
* @param {string} xmlText
|
||||
* @return {!Document}
|
||||
*/
|
||||
|
@ -56,7 +56,7 @@ registry.testing.loadXml = function(xmlText) {
|
|||
|
||||
|
||||
/**
|
||||
* Extracts plain text string from inside an {@code <iframe>}.
|
||||
* Extracts plain text string from inside an `<iframe>`.
|
||||
* @param {string|!Document|!Element} want
|
||||
* @param {string|!Document|!Element} got
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue