1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs] Fix some Sphinx warnings.

The docs now build cleanly. Yay!

The following warnings were fixed:

/home/sean/pg/llvm/llvm/docs/HowToReleaseLLVM.rst:364: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/home/sean/pg/llvm/llvm/docs/InAlloca.rst:: WARNING: document isn't included in any toctree

/home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.

Supported C++11 Language and Library Features
-------------------------------------------
/home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.

Supported C++11 Language and Library Features
-------------------------------------------
/home/sean/pg/llvm/llvm/docs/GettingStarted.rst:185: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/sean/pg/llvm/llvm/docs/GettingStarted.rst:565: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/sean/pg/llvm/llvm/docs/GettingStarted.rst:567: WARNING: Block quote ends without a blank line; unexpected unindent.

llvm-svn: 202603
This commit is contained in:
Sean Silva 2014-03-02 00:21:42 +00:00
parent 1c2ec775cb
commit cca8d3716d
4 changed files with 7 additions and 4 deletions

View File

@ -82,7 +82,7 @@ avoided. Also, there is much more detailed information on these subjects in the
http://llvm.org/docs/ProgrammersManual.html http://llvm.org/docs/ProgrammersManual.html
Supported C++11 Language and Library Features Supported C++11 Language and Library Features
------------------------------------------- ---------------------------------------------
While LLVM, Clang, and LLD use C++11, not all features are available in all of While LLVM, Clang, and LLD use C++11, not all features are available in all of
the toolchains which we support. The set of features supported for use in LLVM the toolchains which we support. The set of features supported for use in LLVM

View File

@ -182,7 +182,7 @@ Package Version Notes
#. If you want to make changes to the configure scripts, you will need GNU #. If you want to make changes to the configure scripts, you will need GNU
autoconf (2.60), and consequently, GNU M4 (version 1.4 or higher). You autoconf (2.60), and consequently, GNU M4 (version 1.4 or higher). You
will also need automake (1.9.6). We only use aclocal from that package. will also need automake (1.9.6). We only use aclocal from that package.
#.Optional, adds compression / uncompression capabilities to selected LLVM #. Optional, adds compression / uncompression capabilities to selected LLVM
tools. tools.
Additionally, your compilation host is expected to have the usual plethora of Additionally, your compilation host is expected to have the usual plethora of
@ -561,8 +561,9 @@ Then, your .git/config should have [imap] sections.
pass = himitsu! pass = himitsu!
port = 993 port = 993
sslverify = false sslverify = false
; ; in English
in English folder = "[Gmail]/Drafts"; example for Japanese, "Modified UTF-7" encoded. folder = "[Gmail]/Drafts"
; example for Japanese, "Modified UTF-7" encoded.
folder = "[Gmail]/&Tgtm+DBN-" folder = "[Gmail]/&Tgtm+DBN-"
; example for Traditional Chinese ; example for Traditional Chinese
folder = "[Gmail]/&g0l6Pw-" folder = "[Gmail]/&g0l6Pw-"

View File

@ -361,6 +361,7 @@ Below are the rules regarding patching the release branch:
#. For dot releases all patches must mantain both API and ABI compatibility with #. For dot releases all patches must mantain both API and ABI compatibility with
the previous major release. Only bugfixes will be accepted. the previous major release. Only bugfixes will be accepted.
Release Final Tasks Release Final Tasks
------------------- -------------------

View File

@ -235,6 +235,7 @@ For API clients and LLVM developers.
HowToUseAttributes HowToUseAttributes
NVPTXUsage NVPTXUsage
StackMaps StackMaps
InAlloca
:doc:`WritingAnLLVMPass` :doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses. Information on how to write LLVM transformations and analyses.