aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-05-24 17:09:10 +0000
committerManuel Klimek <klimek@google.com>2012-05-24 17:09:10 +0000
commit0fe1e1fcc50e93b35852d3f06caca1785a4458c2 (patch)
treeca56d8f71a2a55b43bb2689b747f75fcbc140ae7
parent882d794c740e9c9274b8ad842a717736717e0fb0 (diff)
Updates the tooling docs with the links to the tutorials and
adds the menu include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157397 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/Tooling.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/Tooling.html b/docs/Tooling.html
index 340abf6893..96558d24ec 100644
--- a/docs/Tooling.html
+++ b/docs/Tooling.html
@@ -7,6 +7,9 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+
+<!--#include virtual="../menu.html.incl"-->
+
<div id="content">
<h1>Writing Clang Tools</h1>
@@ -40,7 +43,7 @@ AST.</li>
</ul>
<!-- ======================================================================= -->
-<h2 id="clang-plugins"><a href="http://clang.llvm.org/doxygen/classclang_1_1PluginASTAction.html">Clang Plugins</a></h2>
+<h2 id="clang-plugins"><a href="ClangPlugins.html">Clang Plugins</a></h2>
<!-- ======================================================================= -->
<p>Clang Plugins allow you to run additional actions on the AST as part of
@@ -67,7 +70,7 @@ the compiler, and they're easy to integrate into your build environment.</p>
</ul>
<!-- ======================================================================= -->
-<h2 id="libtooling"><a href="http://clang.llvm.org/doxygen/namespaceclang_1_1tooling.html">LibTooling</a></h2>
+<h2 id="libtooling"><a href="LibTooling.html">LibTooling</a></h2>
<!-- ======================================================================= -->
<p>LibTooling is a C++ interface aimed at writing standalone tools, as well as