From aede1c9884a9c8846a48d299f1e913c8d78b980c Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sun, 2 Mar 2014 00:21:42 +0000 Subject: [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202603 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index d040632dc6..f288fdd119 100644 --- a/docs/index.rst +++ b/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. -- cgit v1.2.3