Fixed some (missing) API doc tags
This commit is contained in:
parent
4191165f6e
commit
3954dc9894
4 changed files with 7 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @fileOverview
|
* @fileOverview Defines the Exporter prototype.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Exporter = {}
|
var Exporter = {}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @fileOverview
|
* @fileOverview Defines the Importer prototype.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Importer = {}
|
var Importer = {}
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
/**
|
||||||
|
* @fileOverview Douglas Crockford’s JSON parser and serializer.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
http://www.JSON.org/json2.js
|
http://www.JSON.org/json2.js
|
||||||
2011-02-23
|
2011-02-23
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @fileOverview Defines metadata extensions of Helma<EFBFBD>s built-in
|
* @fileOverview Defines metadata extensions of Helma’s built-in
|
||||||
* HopObject prototype.
|
* HopObject prototype.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue