[llvm] r323317 - Fixes Sphinx issue ('undefined label') introduced in r323313.

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 02:30:23 PST 2018


Author: s.desmalen
Date: Wed Jan 24 02:30:23 2018
New Revision: 323317

URL: http://llvm.org/viewvc/llvm-project?rev=323317&view=rev
Log:
Fixes Sphinx issue ('undefined label') introduced in r323313.
(and also slightly reformatted the related lines to look better in
the rendered HTML)


Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=323317&r1=323316&r2=323317&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Jan 24 02:30:23 2018
@@ -4309,9 +4309,11 @@ DISubrange
 """"""""""
 
 ``DISubrange`` nodes are the elements for ``DW_TAG_array_type`` variants of
-:ref:`DICompositeType`. ``count: -1`` indicates an empty array.
-``count: !9`` describes the count with a :ref:`DILocalVariable`.
-``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
+:ref:`DICompositeType`.
+
+- ``count: -1`` indicates an empty array.
+- ``count: !9`` describes the count with a :ref:`DILocalVariable`.
+- ``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
 
 .. code-block:: llvm
 
@@ -4380,6 +4382,8 @@ DINamespace
 
     !0 = !DINamespace(name: "myawesomeproject", scope: !1, file: !2, line: 7)
 
+.. _DIGlobalVariable:
+
 DIGlobalVariable
 """"""""""""""""
 




More information about the llvm-commits mailing list