Added jsdoc comment based documentation

This commit is contained in:
zumbrunn 2007-02-07 10:29:20 +00:00
parent a7cac41923
commit 00ea378a37

View file

@ -10,8 +10,8 @@
* *
* $RCSfile: Aspects.js,v $ * $RCSfile: Aspects.js,v $
* $Author: czv $ * $Author: czv $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2006/04/24 07:02:17 $ * $Date: 2007/02/07 10:27:37 $
*/ */
@ -41,11 +41,13 @@ helma.Aspects = function() {
}; };
/** @ignore */
helma.Aspects.toString = function() { helma.Aspects.toString = function() {
return "[helma.Aspects]"; return "[helma.Aspects]";
}; };
/** @ignore */
helma.Aspects.prototype.toString = function() { helma.Aspects.prototype.toString = function() {
return "[helma.Aspects Object]"; return "[helma.Aspects Object]";
}; };