forked from OSchip/llvm-project
[libcxx][docs] Clearer mark up for --param
Summary: When I read this on the website it looks like the `--` in the used font turns into an em dash. I updated this with inline literal mark up so the `--` will remain obvious. Reviewers: EricWF, #libc! Subscribers: libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D78405
This commit is contained in:
parent
d52bb6d099
commit
33ad38a925
|
@ -102,9 +102,10 @@ LIT Options
|
|||
Command Line Options
|
||||
--------------------
|
||||
|
||||
To use these options you pass them on the LIT command line as --param NAME or
|
||||
--param NAME=VALUE. Some options have default values specified during CMake's
|
||||
configuration. Passing the option on the command line will override the default.
|
||||
To use these options you pass them on the LIT command line as ``--param NAME``
|
||||
or ``--param NAME=VALUE``. Some options have default values specified during
|
||||
CMake's configuration. Passing the option on the command line will override the
|
||||
default.
|
||||
|
||||
.. program:: lit
|
||||
|
||||
|
|
Loading…
Reference in New Issue