diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-09 20:27:37 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-09 20:27:37 +0000 |
commit | cda6a9b9eb9787ac7f2175a1ca8e7e5fdb6ace6f (patch) | |
tree | d1a3a0b0a41661b2acefc0e08315b02afdbf9d02 /llvm/docs/SourceLevelDebugging.html | |
parent | f4315374aacefd5acfd5ca83612b4ec0c722b2f9 (diff) | |
download | bcm5719-llvm-cda6a9b9eb9787ac7f2175a1ca8e7e5fdb6ace6f.tar.gz bcm5719-llvm-cda6a9b9eb9787ac7f2175a1ca8e7e5fdb6ace6f.zip |
* Straighten a comment to a single line
* Block off the section correctly with <!-- ***** -->
llvm-svn: 18721
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 8a47a88d9a1..71c74a19381 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -72,8 +72,8 @@ height="369"> <!-- *********************************************************************** --> -<div class="doc_section"><a name="introduction">Introduction</a></div> <!-- -*********************************************************************** --> +<div class="doc_section"><a name="introduction">Introduction</a></div> +<!-- *********************************************************************** --> <div class="doc_text"> @@ -1028,6 +1028,7 @@ change in the future.</p> <div class="doc_section"> <a name="ccxx_frontend">C/C++ front-end specific debug information</a> </div> +<!-- *********************************************************************** --> <div class="doc_text"> |