Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/jsdoc-toolkit/app/handlers/XMLDOC.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/jsdoc-toolkit/app/handlers/XMLDOC.js')
-rwxr-xr-xutils/jsdoc-toolkit/app/handlers/XMLDOC.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/utils/jsdoc-toolkit/app/handlers/XMLDOC.js b/utils/jsdoc-toolkit/app/handlers/XMLDOC.js
deleted file mode 100755
index 40f87b3..0000000
--- a/utils/jsdoc-toolkit/app/handlers/XMLDOC.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * This is the main container for the XMLDOC handler.
- * @namespace
- * @author Brett Fattori (bfattori@fry.com)
- * @version $Revision: 498 $
- */
-XMLDOC = {
-
-};
-
-/** The current version string of this application. */
-XMLDOC.VERSION = "1.0";
-
-/** Include the library necessary to handle XML files */
-IO.includeDir("handlers/XMLDOC/");
-
-/**
- * @type Symbol[]
- */
-XMLDOC.handle = function(srcFile, src) {
-
-};
-
-XMLDOC.publish = function(symbolgroup) {
-
-} \ No newline at end of file