diff options
-rw-r--r-- | docs/ExternalClangExamples.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst index a7fa169b81..e52a854d36 100644 --- a/docs/ExternalClangExamples.rst +++ b/docs/ExternalClangExamples.rst @@ -28,6 +28,9 @@ that can help developers, generally they must have code available. List of projects and tools ========================== +`<http://rprichard.github.com/sourceweb/>`_ + "A C/C++ source code indexer and navigator" + `<https://github.com/etaoins/qconnectlint>`_ "qconnectlint is a Clang tool for statically verifying the consistency of signal and slot connections made with Qt's ``QObject::connect``." |