summaryrefslogtreecommitdiff
path: root/docs/InternalsManual.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-15 21:10:51 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-15 21:10:51 +0000
commit97555a13681a194269fc866e6ce8e2c6232dc378 (patch)
tree70577cafc1b3a4e0fdf2dc52a5b716ca03c79ddb /docs/InternalsManual.rst
parent5cc0580c6c6e4f05bdff1a53c5ca9f088393f072 (diff)
downloadclang-97555a13681a194269fc866e6ce8e2c6232dc378.tar.gz
clang-97555a13681a194269fc866e6ce8e2c6232dc378.tar.bz2
clang-97555a13681a194269fc866e6ce8e2c6232dc378.tar.xz
Documentation: random cleanups. Use monospaced font where appropriate,
highlight console output with "code-block:: console", etc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InternalsManual.rst')
-rw-r--r--docs/InternalsManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/InternalsManual.rst b/docs/InternalsManual.rst
index ccd3ae3038..bbfcc54b65 100644
--- a/docs/InternalsManual.rst
+++ b/docs/InternalsManual.rst
@@ -73,8 +73,8 @@ Getting all of this to happen has several steps and involves many moving
pieces, this section describes them and talks about best practices when adding
a new diagnostic.
-The Diagnostic*Kinds.td files
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The ``Diagnostic*Kinds.td`` files
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Diagnostics are created by adding an entry to one of the
``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be