Lines Matching defs:HTML
1 //===-- HTMLGenerator.cpp - HTML Generator ----------------------*- C++ -*-===//
99 HTMLTag Tag; // Name of HTML Tag (p, div, h1)
295 // HTML generation
306 // Paths in HTML must be in posix-style
318 // index_json.js is part of every generated HTML file
330 // Paths in HTML must be in posix-style
355 // Paths in HTML must be in posix-style
523 // Generates a list of child nodes for the HTML head tag
543 // Generates a header HTML node that can be used for any file
551 // Generates a main HTML node that has all the main content of an info file
588 // Generates a footer HTML node that can be used for any file
917 // TODO support typedefs in HTML.
921 /// Generator for HTML documentation.
1088 // Generates a main HTML node that has the main content of the file that shows
1174 static GeneratorRegistry::Add<HTMLGenerator> HTML(HTMLGenerator::Format,
1175 "Generator for HTML output.");