mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Added test cases for the @param tag.
This commit is contained in:
parent
db657942e9
commit
8f73a4f2f1
@ -275,7 +275,8 @@
|
||||
return false;
|
||||
}
|
||||
})
|
||||
.synonym('argument');
|
||||
.synonym('argument')
|
||||
.synonym('arg');
|
||||
|
||||
dictionary.defineTag('private', {
|
||||
mustNotHaveValue: true,
|
||||
|
||||
@ -97,6 +97,7 @@ testFile('test/t/cases/exceptiontag.js');
|
||||
testFile('test/t/cases/globaltag.js');
|
||||
testFile('test/t/cases/ignoretag.js');
|
||||
testFile('test/t/cases/paramtag.js');
|
||||
testFile('test/t/cases/returnstag.js');
|
||||
testFile('test/t/cases/sincetag.js');
|
||||
testFile('test/t/cases/typetag.js');
|
||||
testFile('test/t/cases/versiontag.js');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user