Skip to content

Commit 511e84f

Browse files
authored
[clang][docs] fix rendering of $-prefixed options (#119249)
This was added in #117573 but the options were not being rendered correctly due to the missing newline after `::`.
1 parent 3d94a20 commit 511e84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/UsersManual.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ is being invoked, and added after all of the command-line specified linker
10661066
inputs. Here is some example of ``$``-prefixed options:
10671067

10681068
::
1069+
10691070
$-Wl,-Bstatic $-lm
10701071
$-Wl,-Bshared
10711072

0 commit comments

Comments
 (0)