Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py192 store_src = True
194 store_src = False
196 doc = KernelDoc(self.config, fname, self.xforms, store_src=store_src)
H A Dkdoc_parser.py249 def __init__(self, config, fname, xforms, store_src=False): argument
255 self.store_src = store_src
1650 if self.store_src: