aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStartedVS.html
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 15:42:44 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-05 15:42:44 +0000
commit7b2136db1a66dc7b06420a051214b37e15e11508 (patch)
treef806c1b39e3729a535af21298a405d66f6904990 /docs/GettingStartedVS.html
parentb217bfa3b6d0649942c4f231ca5cc5ac85c5503c (diff)
downloadexternal_llvm-7b2136db1a66dc7b06420a051214b37e15e11508.zip
external_llvm-7b2136db1a66dc7b06420a051214b37e15e11508.tar.gz
external_llvm-7b2136db1a66dc7b06420a051214b37e15e11508.tar.bz2
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r--docs/GettingStartedVS.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html
index 37bdd30..5a86199 100644
--- a/docs/GettingStartedVS.html
+++ b/docs/GettingStartedVS.html
@@ -140,15 +140,15 @@
<li>If you used CMake, then the directory you created the project files,
the root directory will have an <tt>llvm.sln</tt> file, just
double-click on that to open Visual Studio.</li>
- </ol></li>
+ </ul></li>
<li>Build the LLVM Suite:
- <ol>
+ <ul>
<li>Simply build the solution.</li>
<li>The Fibonacci project is a sample program that uses the JIT. Modify
the project's debugging properties to provide a numeric command line
argument. The program will print the corresponding fibonacci value.</li>
- </ol></li>
+ </ul></li>
</ol>