Home
last modified time | relevance | path

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

/linux/scripts/
H A Dkernel-doc328 from kdoc.kdoc_output import RestFormat, ManFormat # pylint: disable=C0415
356 out_style = RestFormat()
362 out_style = RestFormat()
H A Dkernel-doc.py
/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py270 class RestFormat(OutputFormat): class