[llvm] r255480 - [Docs] Fix underlines that were too short or too long.

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 13 21:15:42 PST 2015


Author: ahatanak
Date: Sun Dec 13 23:15:40 2015
New Revision: 255480

URL: http://llvm.org/viewvc/llvm-project?rev=255480&view=rev
Log:
[Docs] Fix underlines that were too short or too long.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=255480&r1=255479&r2=255480&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Sun Dec 13 23:15:40 2015
@@ -5363,7 +5363,7 @@ Example:
 .. _i_catchswitch:
 
 '``catchswitch``' Instruction
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""
@@ -5418,7 +5418,7 @@ Example:
 .. _i_catchpad:
 
 '``catchpad``' Instruction
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""
@@ -5592,7 +5592,7 @@ Example:
 .. _i_terminatepad:
 
 '``terminatepad``' Instruction
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""




More information about the llvm-commits mailing list