summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-26 16:07:46 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-26 16:07:46 +0000
commitd73c8428f1218e6a35b36ec0cf33f06911326b63 (patch)
tree50695d5d2fd845a2830b4b74ed674cd185ab46ee
parent0c7e1420c1da8f5800f726cedc762db9d1232e60 (diff)
downloadbcm5719-llvm-d73c8428f1218e6a35b36ec0cf33f06911326b63.tar.gz
bcm5719-llvm-d73c8428f1218e6a35b36ec0cf33f06911326b63.zip
Use <tt> around header names
llvm-svn: 17256
-rw-r--r--llvm/docs/CodingStandards.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html
index 51c8f238e14..0073e427721 100644
--- a/llvm/docs/CodingStandards.html
+++ b/llvm/docs/CodingStandards.html
@@ -592,8 +592,9 @@ to be remembered. Reducing the total number of lines of code you write is a
good way to avoid documentation, and avoid giving bugs a place to hide.</p>
<p>For these reasons, come to know and love the contents of your local
-&lt;algorithm&gt; header file. Know about &lt;functional&gt; and what it can do
-for you. C++ is just a tool that wants you to master it. :)</p>
+<tt>&lt;algorithm&gt;</tt> header file. Know about <tt>&lt;functional&gt;</tt>
+and what it can do for you. C++ is just a tool that wants you to master it.
+:)</p>
</div>
OpenPOWER on IntegriCloud