/trunk/jsdoc-toolkit/app/handlers/XMLDOC.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 26 lines · 8 code · 7 blank · 11 comment · 0 complexity · 5550cc8974795d81ca0b9ec6580e84fc MD5 · raw file

  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. */
  7. XMLDOC = {
  8. };
  9. /** The current version string of this application. */
  10. XMLDOC.VERSION = "1.0";
  11. /** Include the library necessary to handle XML files */
  12. IO.includeDir("handlers/XMLDOC/");
  13. /**
  14. * @type Symbol[]
  15. */
  16. XMLDOC.handle = function(srcFile, src) {
  17. };
  18. XMLDOC.publish = function(symbolgroup) {
  19. }