From 94755c9c94f84913d833f7bbc4b7373ba623b5e7 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 30 Mar 2015 15:16:30 +0000 Subject: [PATCH] Fix Sphinx warning " Title underline too short.". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233551 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 26774e63ed0..0c12b282282 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -552,7 +552,7 @@ where xdata unwind information is used. It is typically an 8 byte chunk of memory treated as two 32-bit integers. ``llvm.eh.parentframe`` ----------------------- +----------------------- .. code-block:: llvm -- 2.40.0