haXe API Documentation
Back | Index
class tools.haxedoc.HtmlPrinter
Available in neko
var baseUrl : String
function new(baseUrl : String, fileExtension : String, indexUrl : String) : Void
function addFilter(f : String) : Void
function filtered(path : haxe.rtti.Path, isPackage : Bool) : Bool
function find(t : haxe.rtti.TypeRoot, path : Array<String>, pos : Int) : haxe.rtti.TypeTree
dynamic function output(str : String) : Void
function print(str : String, ?params : Dynamic) : Void
function process(t : haxe.rtti.TypeTree) : Void
function processHtml(t : haxe.rtti.TypeTree, html : Xml) : Void
function processPage(t : haxe.rtti.TypeTree) : Void
Back | Index