From: Alexey Samsonov Date: Thu, 5 Jun 2014 23:12:43 +0000 (+0000) Subject: Fix markup for -debug-only option X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c0ddfe9a6087c497d4b62b365d766325baebc49;p=platform%2Fupstream%2Fllvm.git Fix markup for -debug-only option llvm-svn: 210300 --- diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 8d9668e..9838ba2 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -387,7 +387,8 @@ Fine grained debug info with ``DEBUG_TYPE`` and the ``-debug-only`` option Sometimes you may find yourself in a situation where enabling ``-debug`` just turns on **too much** information (such as when working on the code generator). If you want to enable debug information with more fine-grained control, you -define the ``DEBUG_TYPE`` macro and the ``-debug`` only option as follows: +can define the ``DEBUG_TYPE`` macro and use the ``-debug-only`` option as +follows: .. code-block:: c++