Searched refs:insert_stub (Results 1 – 1 of 1) sorted by relevance
/tools/doc_generation/ |
D | switcher4.py | 68 insert_stub(os.path.join(java_ref_root, "packages.html"), True, True) 69 insert_stub(os.path.join(kotlin_ref_root, "packages.html"), False, True) 71 insert_stub(os.path.join(java_ref_root, "classes.html"), True, True) 72 insert_stub(os.path.join(kotlin_ref_root, "classes.html"), False, True) 77 def insert_stub(doc, java, both): function 166 insert_stub(doc, True, True) 167 insert_stub(kotlinsource, False, True) 173 insert_stub(doc, True, False) 223 insert_stub(doc , False, False)
|