diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-26 22:57:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-26 22:57:07 +0000 |
commit | c915108e1daba81aa2a4f16d9681a942cbe4f8b5 (patch) | |
tree | 2255d0bdd13e3059b89f46375d6b83a975d8ec7b /docs/ProgrammersManual.html | |
parent | 695b78b5f723e220fac20eb80bffa075e77647e3 (diff) |
no parens
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index b54441520a..a3b54f802b 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -407,7 +407,7 @@ program hasn't been started yet, you can always just run it with <!-- _______________________________________________________________________ --> <div class="doc_subsubsection"> - <a name="DEBUG_TYPE">Fine grained debug info with <tt>DEBUG_TYPE()</tt> and + <a name="DEBUG_TYPE">Fine grained debug info with <tt>DEBUG_TYPE</tt> and the <tt>-debug-only</tt> option</a> </div> |