We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cd681 commit 7a2f1dcCopy full SHA for 7a2f1dc
geanygendoc/src/ggd-tag-utils.c
@@ -252,10 +252,13 @@ static const struct {
252
{ tm_tag_class_t, "class" },
253
{ tm_tag_enum_t, "enum" },
254
{ tm_tag_enumerator_t, "enumval" },
255
+ { tm_tag_externvar_t, "extern" },
256
{ tm_tag_field_t, "field" },
257
{ tm_tag_function_t, "function" },
258
{ tm_tag_interface_t, "interface" },
259
{ tm_tag_local_var_t, "local" },
260
+ { tm_tag_macro_t, "define" },
261
+ { tm_tag_macro_with_arg_t, "macro" },
262
{ tm_tag_member_t, "member" },
263
{ tm_tag_method_t, "method" },
264
{ tm_tag_namespace_t, "namespace" },
@@ -264,10 +267,7 @@ static const struct {
267
{ tm_tag_struct_t, "struct" },
265
268
{ tm_tag_typedef_t, "typedef" },
266
269
{ tm_tag_union_t, "union" },
- { tm_tag_variable_t, "variable" },
- { tm_tag_externvar_t, "extern" },
- { tm_tag_macro_t, "define" },
270
- { tm_tag_macro_with_arg_t, "macro" }
+ { tm_tag_variable_t, "variable" }
271
};
272
273
/**
0 commit comments