Searched refs:inDirName (Results 1 – 1 of 1) sorted by relevance
154 def parse_compound(inDirName, baseName) -> dict: argument155 rootObj = doxmlparser.compound.parse(inDirName + "/" + baseName + ".xml", True)181 def parse_index(app: Sphinx, inDirName): argument182 rootObj = doxmlparser.index.parse(inDirName + "/index.xml", True)187 executor.submit(parse_compound, inDirName, compound.get_refid())