Skip to content

Commit ed70bf3

Browse files
committed
[clang][docs] fix rendering of $-prefixed options
This was added in llvm#117573 but the options were not being rendered correctly due to the missing newline after `::`.
1 parent 110b891 commit ed70bf3

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)