Add links to LLDB API reference docs
authorDaniel Malea <daniel.malea@intel.com>
Fri, 19 Jul 2013 17:33:02 +0000 (17:33 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 19 Jul 2013 17:33:02 +0000 (17:33 +0000)
llvm-svn: 186699

lldb/www/docs.html
lldb/www/sidebar.incl
lldb/www/varformats.html

index 2c6e332..4edcab1 100755 (executable)
@@ -22,7 +22,8 @@
                                <div class="postcontent">\r
                                   <p>LLDB is partially documented with header documentation that can be\r
                                       parsed and viewed with <a href="http://www.stack.nl/~dimitri/doxygen/">doxygen.</a></p>\r
-                                  <p>This page will soon be filled with doxygen links for easy online viewing.</p>\r
+                                  <p>The C++ reference documentation is available <a href="cpp_reference/html/index.html">here.</a></p>\r
+                                  <p>The Python reference documentation is available <a href="python_reference/index.html">here.</a></p>\r
                                </div>\r
                                <div class="postfooter"></div>\r
                        </div>\r
@@ -30,4 +31,4 @@
        </div>\r
 </div>\r
 </body>\r
-</html>
\ No newline at end of file
+</html>\r
index 338d5fd..074f759 100644 (file)
@@ -41,6 +41,7 @@
     <h1 class="headerbar">Resources</h1>
     <ul>
       <li><a href="download.html">Download</a></li>
+      <li><a href="docs.html">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>
index 5e12eb8..de4e016 100755 (executable)
@@ -834,7 +834,7 @@ def function (valobj,internal_dict):<br/>
             <p>In order to write effective summary scripts, you need to know the LLDB public
             API, which is the way Python code can access the LLDB object model. For further
             details on the API you should look at <a href="scripting.html">this page</a>, or at
-            the LLDB <a href="docs.html">doxygen documentation</a> when it becomes available.</p>
+            the LLDB <a href="docs.html">API reference documentation</a>.</p>
             
             <p>As a brief introduction, your script is encapsulated into a function that is
             passed two parameters: <code>valobj</code> and <code>internal_dict</code>.</p>