1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 07:24:12 +01:00

Document some more crap.

This commit is contained in:
Kris Maglione
2008-12-19 13:27:01 -05:00
parent f95dfac83f
commit 74700d3aff
17 changed files with 285 additions and 85 deletions

View File

@@ -26,6 +26,11 @@ 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 */
/**
* @instance autocommands
*/
function AutoCommands() //{{{
{
////////////////////////////////////////////////////////////////////////////////
@@ -277,6 +282,9 @@ function AutoCommands() //{{{
//}}}
}; //}}}
/**
* @instance events
*/
function Events() //{{{
{
////////////////////////////////////////////////////////////////////////////////