1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

docs: Try to remove weird linebreak from generated html.

llvm-svn: 264654
This commit is contained in:
Nico Weber 2016-03-28 21:00:21 +00:00
parent 2f990e3709
commit 4955de5221

View File

@ -96,9 +96,9 @@ Here's the short story for getting up and running quickly with LLVM:
* ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
* ``Ninja`` --- for generating `Ninja <https://ninja-build.org>`_
build files. Most llvm developers use Ninja.
build files. Most llvm developers use Ninja.
* ``Visual Studio`` --- for generating Visual Studio projects and
solutions.
solutions.
* ``Xcode`` --- for generating Xcode projects.
Some Common options: