From: Etienne Bergeron Date: Thu, 21 Jul 2016 02:27:05 +0000 (+0000) Subject: fix warning when generating sphinx doc. X-Git-Tag: llvmorg-4.0.0-rc1~14687 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8430489847372c8bcfa8a676e7c458020c61d6de;p=platform%2Fupstream%2Fllvm.git fix warning when generating sphinx doc. llvm-svn: 276227 --- diff --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst index 5f2d946..f1105ff 100644 --- a/lld/docs/Driver.rst +++ b/lld/docs/Driver.rst @@ -68,7 +68,7 @@ Adding a Flavor #. Add an entry in :file:`lib/Driver/UniversalDriver.cpp` to :cpp:func:`lld::Driver::strToFlavor` and :cpp:func:`lld::UniversalDriver::link`. - This allows the flavor to be selected via symlink and :option:`-flavor`. + This allows the flavor to be selected via symlink and `-flavor`. #. Add a tablegen file called :file:`lib/Driver/{flavor}Options.td` that describes the options. If the options are a superset of another driver, that