Searched refs:codeReference (Results 1 – 1 of 1) sorted by relevance
/btstack/doc/manual/ |
H A D | markdown_create_apis.py | 65 def codeReference(fname, githuburl, filename_without_extension, filepath, linenr): function 160 …typedefs[typedef.group(1)] = codeReference(typedef.group(1), githuburl, filename, api_filepath, li… 165 …functions[ref_function.group(1)] = codeReference(ref_function.group(1), githuburl, filename, api_f… 183 functions[name] = codeReference( name, githuburl, filename, api_filepath, linenr) 195 functions[name] = codeReference(name, githuburl, filename, api_filepath, linenr)
|