X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FRooFile.js;h=75436ac90a93eaa92b3e01353c0fb7a9a5746270;hb=247fbb222403bb4c5e9b554a653f7a4a05cee63b;hp=6ab73cc36a735791a7808c0e4101c9e45d03fbb3;hpb=05cc496dadd0d0a41cd56f3fd3c7267b7c44e686;p=gnome.introspection-doc-generator diff --git a/JSDOC/RooFile.js b/JSDOC/RooFile.js index 6ab73cc..75436ac 100644 --- a/JSDOC/RooFile.js +++ b/JSDOC/RooFile.js @@ -39,7 +39,10 @@ RooFile = XObject.define( //console.dump(this.tokens); // the list of statements inside of function..? + + var stmts = this.tokens[1].items[1][2].items; + // look for register.. var topp = false; stmts.map( function(s, i) { @@ -60,7 +63,7 @@ RooFile = XObject.define( // ( { add { this.panel ( { var cfg = this.tokens[7].items[0][0].props.add.val[2].items[2][3].items[0][0].props; this.cfg.items = [ this.parseProps(cfg) ]; - // console.dump(this.cfg); + console.dump(this.cfg); return; }