diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2016-03-28 21:00:21 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2016-03-28 21:00:21 +0000 |
| commit | 83c3bd3e59ffeda483f4fa16a18b4050df8be0f7 (patch) | |
| tree | 17d54cefc6cf06341af65aa37d8ac29879cbbfc0 /llvm/docs | |
| parent | 46a8e2958799dd63da3ba664abafdb2641d28a49 (diff) | |
| download | bcm5719-llvm-83c3bd3e59ffeda483f4fa16a18b4050df8be0f7.tar.gz bcm5719-llvm-83c3bd3e59ffeda483f4fa16a18b4050df8be0f7.zip | |
docs: Try to remove weird linebreak from generated html.
llvm-svn: 264654
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 386752e2cff..56381445e45 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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: |

