can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / handlers / XMLDOC.js
CommitLineData
629a09ae
DV
1/**
2 * This is the main container for the XMLDOC handler.
3 * @namespace
4 * @author Brett Fattori (bfattori@fry.com)
5 * @version $Revision: 498 $
6 */
7XMLDOC = {
8
9};
10
11/** The current version string of this application. */
12XMLDOC.VERSION = "1.0";
13
14/** Include the library necessary to handle XML files */
15IO.includeDir("handlers/XMLDOC/");
16
17/**
18 * @type Symbol[]
19 */
20XMLDOC.handle = function(srcFile, src) {
21
22};
23
24XMLDOC.publish = function(symbolgroup) {
25
26}