diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
| commit | eaccdd34a330d2f7578edbaeec924912a9325f48 (patch) | |
| tree | a28cdef1d6e000b83c6849e2a1302324d7ff8f9b /llvm/docs/GettingStartedVS.html | |
| parent | 7d6a183eb861fc3ee0c4c3debfc98b277ab083a0 (diff) | |
| download | bcm5719-llvm-eaccdd34a330d2f7578edbaeec924912a9325f48.tar.gz bcm5719-llvm-eaccdd34a330d2f7578edbaeec924912a9325f48.zip | |
Documentation: fix HTML validation errors.
llvm-svn: 78196
Diffstat (limited to 'llvm/docs/GettingStartedVS.html')
| -rw-r--r-- | llvm/docs/GettingStartedVS.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index 37bdd30b085..5a86199f7e4 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/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> |

