2 This is the main container for the FOODOC handler.
8 /** The current version string of this application. */
9 FOODOC
.VERSION
= "1.0";
11 FOODOC
.handle
= function(srcFile
, src
) {
12 LOG
.inform("Handling file '" + srcFile
+ "'");
19 new JSDOC
.DocComment("/** This is a foo. */")
24 FOODOC
.publish
= function(symbolgroup
) {
25 LOG
.inform("Publishing symbolgroup.");