[llvm] r352887 - Fix some sphinx doc errors.
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 09:06:42 PST 2019
Author: jyknight
Date: Fri Feb 1 09:06:41 2019
New Revision: 352887
URL: http://llvm.org/viewvc/llvm-project?rev=352887&view=rev
Log:
Fix some sphinx doc errors.
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=352887&r1=352886&r2=352887&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Feb 1 09:06:41 2019
@@ -4640,6 +4640,8 @@ parameter, and it will be included in th
type: !3)
!2 = !DILocalVariable(name: "y", scope: !5, file: !2, line: 7, type: !3)
+.. _DIExpression:
+
DIExpression
""""""""""""
More information about the llvm-commits
mailing list