[libcxx-commits] [libcxx] 33ad38a - [libcxx][docs] Clearer mark up for --param
Zola Bridges via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 20 09:18:48 PDT 2020
Author: Zola Bridges
Date: 2020-04-20T09:15:04-07:00
New Revision: 33ad38a925aa5120a547ed16f0c2a6d07f16e8e5
URL: https://github.com/llvm/llvm-project/commit/33ad38a925aa5120a547ed16f0c2a6d07f16e8e5
DIFF: https://github.com/llvm/llvm-project/commit/33ad38a925aa5120a547ed16f0c2a6d07f16e8e5.diff
LOG: [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
Added:
Modified:
libcxx/docs/TestingLibcxx.rst
Removed:
################################################################################
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index b70cf2e4b895..26dfefccdec8 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -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
More information about the libcxx-commits
mailing list