Home
last modified time | relevance | path

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

/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py154 def parse_compound(inDirName, baseName) -> dict: argument
155 rootObj = doxmlparser.compound.parse(inDirName + "/" + baseName + ".xml", True)
181 def parse_index(app: Sphinx, inDirName): argument
182 rootObj = doxmlparser.index.parse(inDirName + "/index.xml", True)
187 executor.submit(parse_compound, inDirName, compound.get_refid())