Skip to content

Commit

Permalink
docs: Try to remove weird linebreak from generated html.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264654 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nico committed Mar 28, 2016
1 parent 4b731e4 commit 8c94859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c94859

Please sign in to comment.