Fixed some (missing) API doc tags

This commit is contained in:
Tobi Schäfer 2011-06-27 20:14:55 +00:00
parent 4191165f6e
commit 3954dc9894
4 changed files with 7 additions and 3 deletions

View file

@ -24,7 +24,7 @@
// $URL$ // $URL$
/** /**
* @fileOverview * @fileOverview Defines the Exporter prototype.
*/ */
var Exporter = {} var Exporter = {}

View file

@ -24,7 +24,7 @@
// $URL$ // $URL$
/** /**
* @fileOverview * @fileOverview Defines the Importer prototype.
*/ */
var Importer = {} var Importer = {}

View file

@ -1,3 +1,7 @@
/**
* @fileOverview Douglas Crockfords JSON parser and serializer.
*/
/* /*
http://www.JSON.org/json2.js http://www.JSON.org/json2.js
2011-02-23 2011-02-23

View file

@ -24,7 +24,7 @@
// $URL$ // $URL$
/** /**
* @fileOverview Defines metadata extensions of Helma<EFBFBD>s built-in * @fileOverview Defines metadata extensions of Helmas built-in
* HopObject prototype. * HopObject prototype.
*/ */