Mr. Doc's Default Theme

Doxx

class
 new Doxx()  extends Compiler

class Doxx extends Compiler {
	constructor(){

	}

generate

method
 Doxx.prototype.generate() 

Generates the files

generate (){

}

fn

method
 Doxx.prototype.fn() 

Some other function

fn () {

}
}