From 37de644bfb6e119e19e68638d31c1baf0aeec89e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 14 Jul 2015 23:29:53 +0000 Subject: [PATCH] Fix Sphinx error about duplicate label in CommandLine.rst:1560 and CoverageMappingFormat.rst git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242245 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CoverageMappingFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CoverageMappingFormat.rst b/docs/CoverageMappingFormat.rst index 8fcffb838a3..9ac476c88b3 100644 --- a/docs/CoverageMappingFormat.rst +++ b/docs/CoverageMappingFormat.rst @@ -405,7 +405,7 @@ LEB128 is an unsigned interger value that is encoded using DWARF's LEB128 encoding, optimizing for the case where values are small (1 byte for values less than 128). -.. _strings: +.. _Strings: Strings ^^^^^^^