[llvm] r242245 - Fix Sphinx error about duplicate label in CommandLine.rst:1560 and CoverageMappingFormat.rst

Hans Wennborg hans at hanshq.net
Tue Jul 14 16:29:53 PDT 2015


Author: hans
Date: Tue Jul 14 18:29:53 2015
New Revision: 242245

URL: http://llvm.org/viewvc/llvm-project?rev=242245&view=rev
Log:
Fix Sphinx error about duplicate label in CommandLine.rst:1560 and CoverageMappingFormat.rst

Modified:
    llvm/trunk/docs/CoverageMappingFormat.rst

Modified: llvm/trunk/docs/CoverageMappingFormat.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CoverageMappingFormat.rst?rev=242245&r1=242244&r2=242245&view=diff
==============================================================================
--- llvm/trunk/docs/CoverageMappingFormat.rst (original)
+++ llvm/trunk/docs/CoverageMappingFormat.rst Tue Jul 14 18:29:53 2015
@@ -405,7 +405,7 @@ LEB128 is an unsigned interger value tha
 encoding, optimizing for the case where values are small
 (1 byte for values less than 128).
 
-.. _strings:
+.. _Strings:
 
 Strings
 ^^^^^^^





More information about the llvm-commits mailing list