Home
last modified time | relevance | path

Searched refs:kDoctypeDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp98 constexpr const char *kDoctypeDecl = "<!DOCTYPE html>"; variable
103 OS << kDoctypeDecl << "\n"; in Render()