mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
d9301a9ae3
The .ctags file specifies default options for ctags so that it does not ignore libvirt.h.in and ignores uninteresting files. As a result, you can just run "ctags" and navigating to a public API won't get you to a useless entry in api.html.
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
--recurse
|
|
--exclude=*.orig
|
|
--exclude=*.html
|
|
--exclude=*.html.in
|
|
--langmap=c:+.h.in
|