From: Alan Knowles Date: Tue, 20 Jul 2010 22:14:43 +0000 (+0800) Subject: JSDOC/Parser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=21e0ab7ca8f997d62f0004813562be2149fac5f9 JSDOC/Parser.js --- diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index 8e2d60b..c6e8287 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -193,9 +193,14 @@ Parser = { } print("-------------------\n"); } - } - - - + }, + /** + * return symbols so they can be serialized. + */ + symbolsToArray : function(srcFile) + { + + // Parser.filesSymbols[srcFile]._index + } } \ No newline at end of file