[llvm] r190327 - [docs] Fix Sphinx warning.
Sean Silva
silvas at purdue.edu
Mon Sep 9 12:13:29 PDT 2013
Author: silvas
Date: Mon Sep 9 14:13:28 2013
New Revision: 190327
URL: http://llvm.org/viewvc/llvm-project?rev=190327&view=rev
Log:
[docs] Fix Sphinx warning.
Adornments need to be at least as long as the thing they adorn.
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=190327&r1=190326&r2=190327&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon Sep 9 14:13:28 2013
@@ -8697,7 +8697,7 @@ different, then ``llvm.stackprotectorche
calling the ``__stack_chk_fail()`` function.
'``llvm.stackprotectorcheck``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
"""""""
More information about the llvm-commits
mailing list