[Lldb-commits] [lldb] r188706 - Change the sidebar to link directly to the C++ API docs and the Python API docs,

Jason Molenda jmolenda at apple.com
Mon Aug 19 13:53:56 PDT 2013


Author: jmolenda
Date: Mon Aug 19 15:53:56 2013
New Revision: 188706

URL: http://llvm.org/viewvc/llvm-project?rev=188706&view=rev
Log:
Change the sidebar to link directly to the C++ API docs and the Python API docs,
instead of pointing to a page with two links on it.

Modified:
    lldb/trunk/www/sidebar.incl

Modified: lldb/trunk/www/sidebar.incl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/sidebar.incl?rev=188706&r1=188705&r2=188706&view=diff
==============================================================================
--- lldb/trunk/www/sidebar.incl (original)
+++ lldb/trunk/www/sidebar.incl Mon Aug 19 15:53:56 2013
@@ -41,7 +41,8 @@
     <h1 class="headerbar">Resources</h1>
     <ul>
       <li><a href="download.html">Download</a></li>
-      <li><a href="docs.html">C++/Python API Documentation</a></li>
+      <li><a href="python_reference/index.html">Python API Documentation</a></li>
+      <li><a href="cpp_reference/html/index.html">C++ API Documentation</a></li>
       <li><a href="source.html">Source</a></li>
       <li><a href="build.html">Build</a></li>
       <li><a href="http://llvm.org/bugs">Bug Reports</a></li>





More information about the lldb-commits mailing list