This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-03 20:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8324224572
libvirt
/
.ctags
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
maint: Make ctags work out of the box 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.
2013-07-17 10:43:53 +00:00
--recurse
--exclude=*.orig
--exclude=*.html
--exclude=*.html.in
--langmap=c:+.h.in
ctags: Generate tags for headers, i.e. function prototypes 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>
2018-09-18 12:21:33 +00:00
--c-kinds=+p
Reference in New Issue
Copy Permalink