mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
doc: ignore typedef for callbacks
This commit is contained in:
parent
c0947075b6
commit
d455ddb2f2
@ -151,6 +151,9 @@ def createIndex(fin, filename, api_filepath, api_title, api_label, githuburl):
|
||||
if len(name) == 0:
|
||||
print(parts);
|
||||
sys.exit(10)
|
||||
# ignore typedef for callbacks
|
||||
if parts[0] == 'typedef':
|
||||
continue
|
||||
functions[name] = codeReference( name, githuburl, filename, api_filepath, linenr)
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user