diff options
| -rwxr-xr-x | lldb/www/docs.html | 5 | ||||
| -rw-r--r-- | lldb/www/sidebar.incl | 1 | ||||
| -rwxr-xr-x | lldb/www/varformats.html | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/lldb/www/docs.html b/lldb/www/docs.html index 2c6e332ecca..4edcab17382 100755 --- a/lldb/www/docs.html +++ b/lldb/www/docs.html @@ -22,7 +22,8 @@ <div class="postcontent">
<p>LLDB is partially documented with header documentation that can be
parsed and viewed with <a href="http://www.stack.nl/~dimitri/doxygen/">doxygen.</a></p>
- <p>This page will soon be filled with doxygen links for easy online viewing.</p>
+ <p>The C++ reference documentation is available <a href="cpp_reference/html/index.html">here.</a></p>
+ <p>The Python reference documentation is available <a href="python_reference/index.html">here.</a></p>
</div>
<div class="postfooter"></div>
</div>
@@ -30,4 +31,4 @@ </div>
</div>
</body>
-</html>
\ No newline at end of file +</html>
diff --git a/lldb/www/sidebar.incl b/lldb/www/sidebar.incl index 338d5fd0eee..074f7593618 100644 --- a/lldb/www/sidebar.incl +++ b/lldb/www/sidebar.incl @@ -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> diff --git a/lldb/www/varformats.html b/lldb/www/varformats.html index 5e12eb86195..de4e016f51f 100755 --- a/lldb/www/varformats.html +++ b/lldb/www/varformats.html @@ -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> |

