(c/cpp) References #21

This commit is contained in:
danymat
2021-11-08 21:25:31 +01:00
parent fa472f6f29
commit 73b18d266b

View File

@@ -19,7 +19,7 @@ local c_function_extractor = function(node)
subtree = {
{
retrieve = "first",
node_type = "type_parameter_declaration",
node_type = "type_parameter_declaration|variadic_type_parameter_declaration",
subtree = {
{ retrieve = "all", node_type = "type_identifier", extract = true },
},