mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-15 01:35:38 -04:00
initial commit for GitHub
This commit is contained in:
commit
2e423d9517
155 changed files with 31749 additions and 0 deletions
26
jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC.js
Executable file
26
jsdoc_toolkit-2.3.3-beta/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