llvm::DefaultDOTGraphTraits::renderNodesUsingHTML

Return true if nodes should be rendered with HTML-like labels.

Synopsis

Declared in <llvm/Support/DOTGraphTraits.h>

static
bool
renderNodesUsingHTML();

Description

HTML-like labels allow colors and richer formatting in nodes and edge source labels.

Return Value

True when nodes and edge source labels use HTML-like formatting.