Sha256: 06ffecb1b983eab3b936ebfbe8201d6ae9b9883790927e651b171849034d07ad
Contents?: true
Size: 467 Bytes
Versions: 132
Compression:
Stored size: 467 Bytes
Contents
/** This is the main container for the FOODOC handler. @namespace */ FOODOC = { }; /** The current version string of this application. */ FOODOC.VERSION = "1.0"; FOODOC.handle = function(srcFile, src) { LOG.inform("Handling file '" + srcFile + "'"); return [ new JSDOC.Symbol( "foo", [], "VIRTUAL", new JSDOC.DocComment("/** This is a foo. */") ) ]; }; FOODOC.publish = function(symbolgroup) { LOG.inform("Publishing symbolgroup."); };
Version data entries
132 entries across 131 versions & 14 rubygems