Skip to content

Commit 5a66c8d

Browse files
authored
[Clang][doc] Add blank line before lists (#77573)
The doc is not correctly rendered with missing blank lines.
1 parent e0c7345 commit 5a66c8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ to ``float``; see below for more information on this emulation.
829829
see below.
830830

831831
* ``_Float16`` is supported on the following targets:
832+
832833
* 32-bit ARM (natively on some architecture versions)
833834
* 64-bit ARM (AArch64) (natively on ARMv8.2a and above)
834835
* AMDGPU (natively)
@@ -837,6 +838,7 @@ to ``float``; see below for more information on this emulation.
837838
* RISC-V (natively if Zfh or Zhinx is available)
838839

839840
* ``__bf16`` is supported on the following targets (currently never natively):
841+
840842
* 32-bit ARM
841843
* 64-bit ARM (AArch64)
842844
* RISC-V

0 commit comments

Comments
 (0)