Declarations
Public Only
namespace docgen
func delete(self : *HtmlGenerator) : void
func get_relative_path_to_root(depth : int) : string
Helper to strip HTML tags for search index
Helper to escape JSON string
Recursively render sidebar
func is_server_side_supported(lang : string_view) : bool
func generate_page(gen : &HtmlGenerator, title : string_view, content : string_view, output_path : string, relative_depth : int, current_md_path : string_view) : void