diff options
Diffstat (limited to 'www/docs.html')
-rwxr-xr-x | www/docs.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/docs.html b/www/docs.html new file mode 100755 index 000000000000..5b69ded57ed1 --- /dev/null +++ b/www/docs.html @@ -0,0 +1,34 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<title>LLDB Documentation</title> +</head> + +<body> + <div class="www_title"> + The <strong>LLDB</strong> Debugger + </div> + +<div id="container"> + <div id="content"> + + <!--#include virtual="sidebar.incl"--> + + <div id="middle"> + <div class="post"> + <h1 class ="postheader">Documentation</h1> + <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>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> + </div> + </div> +</div> +</body> +</html> |