mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 07:48:10 +02:00
CONTRIBUTING: add hint for using cscope
This commit is contained in:
parent
8f13cb490b
commit
037fdcaf20
1 changed files with 7 additions and 0 deletions
|
|
@ -221,6 +221,13 @@ source code and navigate it. These tools can integrate with editors like `Vim` a
|
||||||
- http://cscope.sourceforge.net/cscope_vim_tutorial.html
|
- http://cscope.sourceforge.net/cscope_vim_tutorial.html
|
||||||
- https://www.emacswiki.org/emacs/CScopeAndEmacs
|
- https://www.emacswiki.org/emacs/CScopeAndEmacs
|
||||||
|
|
||||||
|
For cscope, you can also set `$SOURCEDIRS` to include other source trees and navigate
|
||||||
|
those sources. For example,
|
||||||
|
```
|
||||||
|
export SOURCEDIRS=/path/to/glib:/path/to/libndp
|
||||||
|
cscope -b -q -R -ssrc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Miscellaneous
|
Miscellaneous
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue