[cfe-commits] r157397 - /cfe/trunk/docs/Tooling.html
Manuel Klimek
klimek at google.com
Thu May 24 10:09:10 PDT 2012
Author: klimek
Date: Thu May 24 12:09:10 2012
New Revision: 157397
URL: http://llvm.org/viewvc/llvm-project?rev=157397&view=rev
Log:
Updates the tooling docs with the links to the tutorials and
adds the menu include.
Modified:
cfe/trunk/docs/Tooling.html
Modified: cfe/trunk/docs/Tooling.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Tooling.html?rev=157397&r1=157396&r2=157397&view=diff
==============================================================================
--- cfe/trunk/docs/Tooling.html (original)
+++ cfe/trunk/docs/Tooling.html Thu May 24 12:09:10 2012
@@ -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 @@
</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 @@
</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
More information about the cfe-commits
mailing list