Files
idapython-src/tools/gen_examples_index.cfg
2022-01-17 11:28:09 +01:00

12 lines
315 B
INI

{
"auto-keywords": [
["ctxmenu", [r"ida_kernwin\.attach_action_to_popup"]],
["plugin", [r"ida_idaapi\.plugin_t"]],
["%(1)s", [r"ida_.*\.(.*_Hooks)"]],
],
"exclude": [
"simple_appcall_common"
],
"link-format": "<a class=\"ex_link\" href=\"#%(1)s\">%(1)s</a>"
}