tmfink created this revision.
tmfink added reviewers: nickdesaulniers, ziangwan.
tmfink added a project: clang.
tmfink requested review of this revision.
Adds link and avoids rendering two dashes as non-ascii "en dash" in HTML output.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85596

Files:
  clang/docs/CommandGuide/clang.rst


Index: clang/docs/CommandGuide/clang.rst
===================================================================
--- clang/docs/CommandGuide/clang.rst
+++ clang/docs/CommandGuide/clang.rst
@@ -343,7 +343,7 @@
 
 .. option:: -mcpu=?, -mtune=?
 
-  Aliases of --print-supported-cpus
+  Aliases of :option:`--print-supported-cpus`
 
 .. option:: -march=<cpu>
 


Index: clang/docs/CommandGuide/clang.rst
===================================================================
--- clang/docs/CommandGuide/clang.rst
+++ clang/docs/CommandGuide/clang.rst
@@ -343,7 +343,7 @@
 
 .. option:: -mcpu=?, -mtune=?
 
-  Aliases of --print-supported-cpus
+  Aliases of :option:`--print-supported-cpus`
 
 .. option:: -march=<cpu>
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to