From 5808cd83e3a9f265e37f00f729ba15d7827f71d2 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 llvm-svn: 242245 --- llvm/docs/CoverageMappingFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CoverageMappingFormat.rst b/llvm/docs/CoverageMappingFormat.rst index 8fcffb8..9ac476c 100644 --- a/llvm/docs/CoverageMappingFormat.rst +++ b/llvm/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 ^^^^^^^ -- 2.7.4