From 2467a4cad6dff6f9ea1337e1df32e9aaa37806a9 Mon Sep 17 00:00:00 2001 From: Joseph Tremoulet Date: Thu, 3 Sep 2015 09:33:54 +0000 Subject: [PATCH 1/1] [Docs] Fix Sphinx warning Title underline was too short. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246754 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 71efa4bbd53..a90f7be9d71 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -404,7 +404,7 @@ outlined. After the handler is outlined, this intrinsic is simply removed. .. _llvm.eh.exceptionpointer: ``llvm.eh.exceptionpointer`` ----------------------- +---------------------------- .. code-block:: llvm -- 2.34.1