From 33ad38a925aa5120a547ed16f0c2a6d07f16e8e5 Mon Sep 17 00:00:00 2001 From: Zola Bridges Date: Fri, 17 Apr 2020 14:51:40 -0700 Subject: [PATCH] [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 --- libcxx/docs/TestingLibcxx.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index b70cf2e..26dfefc 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 -- 2.7.4