[lld] r296075 - Add documents to a doctree.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 18:46:04 PST 2017


Author: ruiu
Date: Thu Feb 23 20:46:03 2017
New Revision: 296075

URL: http://llvm.org/viewvc/llvm-project?rev=296075&view=rev
Log:
Add documents to a doctree.

Looks like all documents must be in a doctree.

Modified:
    lld/trunk/docs/index.rst

Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=296075&r1=296074&r2=296075&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Thu Feb 23 20:46:03 2017
@@ -135,3 +135,9 @@ Internals
 For the internals of the linker, please read :doc:`NewLLD`. It is a bit
 outdated but the fundamental concepts remain valid. We'll update the
 document soon.
+
+.. toctree::
+   :maxdepth: 1
+
+   NewLLD
+   AtomLLD




More information about the llvm-commits mailing list