Use <tt> around header names
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 26 Oct 2004 16:07:46 +0000 (16:07 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 26 Oct 2004 16:07:46 +0000 (16:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17256 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index 51c8f238e14ea73c6482bb0828b4405c10013fc6..0073e427721f3a7f80444382a71bbb4c2752b264 100644 (file)
@@ -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>