]> granicus.if.org Git - clang/commitdiff
Fixed a link.
authorAlexander Kornienko <alexfh@google.com>
Wed, 4 Nov 2015 19:42:17 +0000 (19:42 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 4 Nov 2015 19:42:17 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252069 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangTools.rst

index 540deb39dee8bb57de5d0ebaa38643442d1851fe..e371596b240ce3bb26bdbe53616faa2cff25aca0 100644 (file)
@@ -105,7 +105,7 @@ provide its own user-focused documentation.
 ``clang-tidy``
 --------------
 
-`clang-tidy <http://clang.llvm.org/extra/clang-tidy/>` is a clang-based C++
+`clang-tidy <http://clang.llvm.org/extra/clang-tidy/>`_ is a clang-based C++
 linter tool. It provides an extensible framework for building compiler-based
 static analyses detecting and fixing bug-prone patterns, performance,
 portability and maintainability issues.