Home
last modified time | relevance | path

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

/linux/tools/docs/
H A Dparse-headers.py33 from kdoc.enrich_formatter import EnrichFormatter
38 formatter_class=EnrichFormatter)
/linux/tools/lib/python/kdoc/
H A Denrich_formatter.py23 class EnrichFormatter(argparse.HelpFormatter): class