Home
last modified time | relevance | path

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

/external/wayland/doc/doxygen/
Dgen-doxygen.py37 def get_template(outformat): argument
39 if outformat.startswith(k):
42 def gen_doxygen_file(data, outformat, section, files): argument
43 for l in get_template(outformat):
44 data.append(l.format(format=outformat, section=section, files=' '.join(files)))