diff options
author | Sean Silva <silvas@purdue.edu> | 2014-03-02 00:21:42 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2014-03-02 00:21:42 +0000 |
commit | 216f1ee3391f3b3ae965959db63a81955ca0ba1d (patch) | |
tree | 14dc7fb25dba6072b85fd8fd10611090b91b692f /llvm/docs/index.rst | |
parent | c86e0f38739eef5302e2c5d9dea16f4c4dca3134 (diff) | |
download | bcm5719-llvm-216f1ee3391f3b3ae965959db63a81955ca0ba1d.tar.gz bcm5719-llvm-216f1ee3391f3b3ae965959db63a81955ca0ba1d.zip |
[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
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index d040632dc69..f288fdd119b 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -235,6 +235,7 @@ For API clients and LLVM developers. HowToUseAttributes NVPTXUsage StackMaps + InAlloca :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. |