Home
last modified time | relevance | path

Searched defs:is_markdown (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dcommand_help.cc104 bool is_markdown = cmdline->HasSwitch(switches::kMarkdown); in PrintSwitchHelp() local
131 bool is_markdown = cmdline->HasSwitch(switches::kMarkdown); in PrintAllHelp() local
Dstandard_out.cc36 bool is_markdown = false; variable