mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
b916a25e8a
From time to time it's handy to jump directly to a function prototype in a header. However, generating tags for headers is disabled by default in ctags, let's enable it by using --c-kinds=+p. Signed-off-by: Erik Skultety <eskultet@redhat.com>
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
--recurse
|
|
--exclude=*.orig
|
|
--exclude=*.html
|
|
--exclude=*.html.in
|
|
--langmap=c:+.h.in
|
|
--c-kinds=+p
|