From 52662527d7eacdf4587c72d35cd40acd0b619954 Mon Sep 17 00:00:00 2001 From: Sander de Smalen Date: Wed, 24 Jan 2018 10:30:23 +0000 Subject: [PATCH] Fixes Sphinx issue ('undefined label') introduced in r323313. (and also slightly reformatted the related lines to look better in the rendered HTML) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323317 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 660daf2216e..d6044754532 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 """""""""""""""" -- 2.11.0