diff options
-rw-r--r-- | docs/ExternalClangExamples.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst index e52a854d36..c7fd4c51fa 100644 --- a/docs/ExternalClangExamples.rst +++ b/docs/ExternalClangExamples.rst @@ -28,6 +28,11 @@ that can help developers, generally they must have code available. List of projects and tools ========================== +`<https://github.com/Andersbakken/rtags/>`_ + "RTags is a client/server application that indexes c/c++ code and keeps + a persistent in-memory database of references, symbolnames, completions + etc." + `<http://rprichard.github.com/sourceweb/>`_ "A C/C++ source code indexer and navigator" |