mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
first-commit
This commit is contained in:
commit
325c322a27
207 changed files with 35989 additions and 0 deletions
26
doc/jsdoc-toolkit/app/handlers/XMLDOC.js
Executable file
26
doc/jsdoc-toolkit/app/handlers/XMLDOC.js
Executable file
|
@ -0,0 +1,26 @@
|
|||
/**
|
||||
* 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) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue