diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-26 16:07:46 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-26 16:07:46 +0000 |
| commit | d73c8428f1218e6a35b36ec0cf33f06911326b63 (patch) | |
| tree | 50695d5d2fd845a2830b4b74ed674cd185ab46ee | |
| parent | 0c7e1420c1da8f5800f726cedc762db9d1232e60 (diff) | |
| download | bcm5719-llvm-d73c8428f1218e6a35b36ec0cf33f06911326b63.tar.gz bcm5719-llvm-d73c8428f1218e6a35b36ec0cf33f06911326b63.zip | |
Use <tt> around header names
llvm-svn: 17256
| -rw-r--r-- | llvm/docs/CodingStandards.html | 5 |
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 -<algorithm> header file. Know about <functional> and what it can do -for you. C++ is just a tool that wants you to master it. :)</p> +<tt><algorithm></tt> header file. Know about <tt><functional></tt> +and what it can do for you. C++ is just a tool that wants you to master it. +:)</p> </div> |

