Skip to content
Snippets Groups Projects
Commit 257e4ba6 authored by mcmlxxix's avatar mcmlxxix
Browse files

generic help file parser for loading text based help files. (TODO)

parent 6ccd10b0
Branches
Tags
No related merge requests found
function HelpFile(helpfile)
{
this.file=new File(helpfile);
this.help=function(section)
{
//TODO: display section help
}
this.load=function()
{
//TODO: parse help information from a single help file divided into sections
}
this.load();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment