summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2019-02-01 17:06:41 +0000
committerJames Y Knight <jyknight@google.com>2019-02-01 17:06:41 +0000
commit29e11e7cb4c0bee4dd13a4ccb93c3445ea91e20e (patch)
treebe50488bf4b0587808a37f39bebebc1b6bd04d1c
parentc87e623caa08f9378c2bcab96c2b2faaf553d07b (diff)
downloadclang-29e11e7cb4c0bee4dd13a4ccb93c3445ea91e20e.tar.gz
Fix some sphinx doc errors.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352887 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ClangTools.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst
index d666c92329..bc30459957 100644
--- a/docs/ClangTools.rst
+++ b/docs/ClangTools.rst
@@ -10,8 +10,8 @@ refactoring, etc.
Only a couple of the most basic and fundamental tools are kept in the
primary Clang tree. The rest of the tools are kept in a separate
-directory tree, ``clang-tools-extra
-<https://github.com/llvm/llvm-project/tree/master/clang-tools-extra>``_.
+directory tree, `clang-tools-extra
+<https://github.com/llvm/llvm-project/tree/master/clang-tools-extra>`_.
This document describes a high-level overview of the organization of
Clang Tools within the project as well as giving an introduction to some