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 """"""""""""""""