Searched refs:api_filepath (Results 1 – 1 of 1) sorted by relevance
/btstack/doc/manual/ |
H A D | markdown_create_apis.py | 106 def createIndex(fin, filename, api_filepath, api_title, api_label, githuburl): argument 160 …defs[typedef.group(1)] = codeReference(typedef.group(1), githuburl, filename, api_filepath, linenr) 165 …unction.group(1)] = codeReference(ref_function.group(1), githuburl, filename, api_filepath, linenr) 183 functions[name] = codeReference( name, githuburl, filename, api_filepath, linenr) 195 functions[name] = codeReference(name, githuburl, filename, api_filepath, linenr)
|