[libcxx-commits] [PATCH] D78405: [libcxx][docs] Clearer mark up for --param

Zola Bridges via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 17 15:11:07 PDT 2020


zbrid created this revision.
zbrid added a reviewer: EricWF.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78405

Files:
  libcxx/docs/TestingLibcxx.rst


Index: libcxx/docs/TestingLibcxx.rst
===================================================================
--- libcxx/docs/TestingLibcxx.rst
+++ libcxx/docs/TestingLibcxx.rst
@@ -102,9 +102,10 @@
 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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78405.258433.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200417/3bdb452a/attachment.bin>


More information about the libcxx-commits mailing list