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 | 94218a7e5650b750c17b2314eeb0a538eb5e0f82 (patch) | |
tree | 88cc59e40552f602d6ba92f1e9d4b68badfee320 /docs/SourceLevelDebugging.html | |
parent | 3df00a0dea5b5fb896663f349696793473a146cb (diff) | |
download | external_llvm-94218a7e5650b750c17b2314eeb0a538eb5e0f82.zip external_llvm-94218a7e5650b750c17b2314eeb0a538eb5e0f82.tar.gz external_llvm-94218a7e5650b750c17b2314eeb0a538eb5e0f82.tar.bz2 |
* Straighten a comment to a single line
* Block off the section correctly with <!-- ***** -->
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 8a47a88..71c74a1 100644 --- a/docs/SourceLevelDebugging.html +++ b/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"> |