diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-15 21:10:51 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-15 21:10:51 +0000 |
commit | 7ac0cc3698f2a2ee2b10219d9e5dc3f119152f93 (patch) | |
tree | b826f8a6c1eb04d18a9645f49883cf277721572f /clang/docs/InternalsManual.rst | |
parent | d9d26072d6458924176664c21c4b4c752588f4fa (diff) | |
download | bcm5719-llvm-7ac0cc3698f2a2ee2b10219d9e5dc3f119152f93.tar.gz bcm5719-llvm-7ac0cc3698f2a2ee2b10219d9e5dc3f119152f93.zip |
Documentation: random cleanups. Use monospaced font where appropriate,
highlight console output with "code-block:: console", etc.
llvm-svn: 170276
Diffstat (limited to 'clang/docs/InternalsManual.rst')
-rw-r--r-- | clang/docs/InternalsManual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst index ccd3ae30382..bbfcc54b653 100644 --- a/clang/docs/InternalsManual.rst +++ b/clang/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 |