Fix some sphinx doc errors.
authorJames Y Knight <jyknight@google.com>
Fri, 1 Feb 2019 17:06:41 +0000 (17:06 +0000)
committerJames Y Knight <jyknight@google.com>
Fri, 1 Feb 2019 17:06:41 +0000 (17:06 +0000)
llvm-svn: 352887

clang/docs/ClangTools.rst
lld/docs/NewLLD.rst
llvm/docs/LangRef.rst

index d666c92..bc30459 100644 (file)
@@ -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
index 79bdf90..d01fb53 100644 (file)
@@ -307,3 +307,11 @@ Glossary
   On Unix, your program is generally not guaranteed to be safe with ICF,
   although large programs happen to work correctly.
   LLD works fine with ICF for example.
+
+Other Info
+----------
+
+.. toctree::
+   :maxdepth: 1
+
+   missingkeyfunction
index 85c04f1..63db11b 100644 (file)
@@ -4640,6 +4640,8 @@ parameter, and it will be included in the ``variables:`` field of its
                           type: !3)
     !2 = !DILocalVariable(name: "y", scope: !5, file: !2, line: 7, type: !3)
 
+.. _DIExpression:
+
 DIExpression
 """"""""""""