代码搜索:JsDoc
找到约 54 项符合「JsDoc」的源代码
代码结果 54
www.eeworm.com/read/332387/3398876
js tagsynonyms.js
JSDOC.PluginManager.registerPlugin(
"JSDOC.tagSynonyms",
{
onDocCommentSrc: function(comment) {
comment.src = comment.src.replace(/@methodOf\b/i, "@function\n@memberOf");
comment.src = comme
www.eeworm.com/read/344727/3204509
txt goals.txt
clean org.codehaus.mojo:javascript-maven-report-plugin:jsdoc
www.eeworm.com/read/344727/3204510
groovy validate.groovy
assert new File( basedir, "target/site/jsdoc/index.html" ).exists();
www.eeworm.com/read/332387/3398886
js runner.js
// try: java -jar ../../jsrun.jar runner.js
load("TestDoc.js");
TestDoc.prove("../frame/Opt.js");
TestDoc.prove("../lib/JSDOC.js");
TestDoc.prove("../frame/String.js");
TestDoc.prove("../lib/JSDOC/D
www.eeworm.com/read/492060/1183550
smd documentation.smd
{
envelope: "URL",
transport: "JSONP",
callbackParamName: "callback",
services: {
get: {
target: "http://redesign.dojotoolkit.org/jsdoc/jsonp",
parameters: [
{ name: "name", type: "str
www.eeworm.com/read/178473/5316275
js jsdocexample.js
/**
* @fileoverview This file is an example of how JSDoc can be used to document
* JavaScript.
*
* @author Ryan Asleson
* @version 1.0
*/
/**
* Construct a new Person class.
* @class This
www.eeworm.com/read/332387/3398873
js jsplate.js
/**
@constructor
*/
JSDOC.JsPlate = function(templateFile) {
if (templateFile) this.template = IO.readFile(templateFile);
this.templateFile = templateFile;
this.code = "";
this.parse();
}
JSDO
www.eeworm.com/read/401563/2339514
smd dojo-api.smd
{
envelope: "URL",
transport: "JSONP",
callbackParamName: "callback",
services: {
get: {
target: "http://api.dojotoolkit.org/jsdoc/jsonp",
parameters: [
{ name: "name", type: "string",
www.eeworm.com/read/394587/2456568
js jsdocexample.js
/**
* @fileoverview This file is an example of how JSDoc can be used to document
* JavaScript.
*
* @author Ryan Asleson
* @version 1.0
*/
/**
* Construct a new Person class.
* @class This
www.eeworm.com/read/389209/2541901
js jsdocexample.js
/**
* @fileoverview This file is an example of how JSDoc can be used to document
* JavaScript.
*
* @author Ryan Asleson
* @version 1.0
*/
/**
* Construct a new Person class.
* @class This