Searched refs:insert_stub (Results 1 – 1 of 1) sorted by relevance
/tools/doc_generation/ |
D | switcher4.py | 66 insert_stub(os.path.join(java_ref_root, "packages.html"), True, True) 67 insert_stub(os.path.join(kotlin_ref_root, "packages.html"), False, True) 69 insert_stub(os.path.join(java_ref_root, "classes.html"), True, True) 70 insert_stub(os.path.join(kotlin_ref_root, "classes.html"), False, True) 75 def insert_stub(doc, java, both): function 164 insert_stub(doc, True, True) 165 insert_stub(kotlinsource, False, True) 171 insert_stub(doc, True, False) 221 insert_stub(doc , False, False)
|