From 74700d3afff32c4ee2ae0ee0d059a7aec4a3427e Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 19 Dec 2008 13:27:01 -0500 Subject: Document some more crap. --- common/content/commands.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/content/commands.js') diff --git a/common/content/commands.js b/common/content/commands.js index 7486d344..d357918d 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -26,6 +26,8 @@ the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. }}} ***** END LICENSE BLOCK *****/ +/** @scope modules */ + // Do NOT create instances of this class yourself, use the helper method // commands.add() instead function Command(specs, description, action, extraInfo) //{{{ @@ -147,6 +149,9 @@ Command.prototype = { }; //}}} +/** + * @instance commands + */ function Commands() //{{{ { //////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3