Home
last modified time | relevance | path

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

/scripts/lib/kdoc/
A Dkdoc_files.py155 def __init__(self, verbose=False, out_style=None, argument
166 if out_style is None:
167 out_style = OutputFormat()
205 self.out_style = out_style
238 return self.out_style.msg(fname, name, arg)
248 self.out_style.set_config(self.config)
269 self.out_style.set_filter(export, internal, symbol, nosymbol,
/scripts/
A Dkernel-doc.py285 out_style = ManFormat(modulename=args.modulename)
287 out_style = None
289 out_style = RestFormat()
292 out_style=out_style, werror=args.werror,

Completed in 3 milliseconds