[PATCH] [docs] Fix coverage doc typos and links.

Sean Silva chisophugis at gmail.com
Wed May 6 14:23:55 PDT 2015


================
Comment at: docs/CoverageMappingFormat.rst:539
@@ -538,3 +538,3 @@
 
-A pseudo-counter is stored in a single `LEB value <LEB128_>`_, just like
 the ordinary counter. It has the following interpretation:
----------------
This just has an extra underscore and needs to be a `:ref:` (http://sphinx-doc.org/markup/inline.html#role-ref).

I.e. make this:

    :ref:`LEB value <LEB128>`

And similarly elsewhere. No need to rewrite the label names all over the document.

http://reviews.llvm.org/D9525

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list