[LNT] r312063 - docs/developer_guide: Fix formatting of example
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 16:04:20 PDT 2017
Author: matze
Date: Tue Aug 29 16:04:19 2017
New Revision: 312063
URL: http://llvm.org/viewvc/llvm-project?rev=312063&view=rev
Log:
docs/developer_guide: Fix formatting of example
Modified:
lnt/trunk/docs/developer_guide.rst
Modified: lnt/trunk/docs/developer_guide.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/developer_guide.rst?rev=312063&r1=312062&r2=312063&view=diff
==============================================================================
--- lnt/trunk/docs/developer_guide.rst (original)
+++ lnt/trunk/docs/developer_guide.rst Tue Aug 29 16:04:19 2017
@@ -71,6 +71,6 @@ default. You can enable them by passing
installed and ``sitecustomize.py`` in the virtualenv has been modified
appropriately.
-Example:
+Example::
- PATH=$LLVMBUILD/bin:$LNTINSTALL/bin:$PATH llvm-lit -sv -Dpostgres=1 -Dmysql=1 -Dtidylib=1 ../lnt/tests
+ PATH=$LLVMBUILD/bin:$LNTINSTALL/bin:$PATH llvm-lit -sv -Dpostgres=1 -Dmysql=1 -Dtidylib=1 ../lnt/tests
More information about the llvm-commits
mailing list