[llvm] r332245 - Docs: Fix the title underline too short.

Nicola Zaghen via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 06:54:39 PDT 2018


Author: nzaghen
Date: Mon May 14 06:54:39 2018
New Revision: 332245

URL: http://llvm.org/viewvc/llvm-project?rev=332245&view=rev
Log:
Docs: Fix the title underline too short.


Modified:
    llvm/trunk/docs/ProgrammersManual.rst

Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=332245&r1=332244&r2=332245&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Mon May 14 06:54:39 2018
@@ -1021,7 +1021,7 @@ be passed by value.
 .. _DEBUG:
 
 The ``LLVM_DEBUG()`` macro and ``-debug`` option
--------------------------------------------
+------------------------------------------------
 
 Often when working on your pass you will put a bunch of debugging printouts and
 other code into your pass.  After you get it working, you want to remove it, but




More information about the llvm-commits mailing list