[llvm] r351644 - [NFX] Fix language reference title declaration

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 01:40:14 PST 2019


Author: jdoerfert
Date: Sat Jan 19 01:40:14 2019
New Revision: 351644

URL: http://llvm.org/viewvc/llvm-project?rev=351644&view=rev
Log:
[NFX] Fix language reference title declaration

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=351644&r1=351643&r2=351644&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Sat Jan 19 01:40:14 2019
@@ -5067,7 +5067,7 @@ For example, in the code below, the call
     !0 = !{i64 (i64, i64)* @add, i64 (i64, i64)* @sub}
 
 '``callback``' Metadata
-^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^
 
 ``callback`` metadata may be attached to a function declaration, or definition.
 (Call sites are excluded only due to the lack of a use case.) For ease of




More information about the llvm-commits mailing list