[cfe-commits] [PATCH] Link docs/Tooling.html into the menu bar

Manuel Klimek klimek at google.com
Thu May 24 10:27:05 PDT 2012


Proposal to link the tooling docs into the main page.

Cheers,
/Manuel

Index: menu.html.incl
===================================================================
--- menu.html.incl      (revision 157394)
+++ menu.html.incl      (working copy)
@@ -28,6 +28,7 @@
   <div class="submenu">
     <label>Clang Tools</label>
     <a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a>
+    <a href="/docs/Tooling.html">Writing Clang Tools</a>
   </div>

   <div class="submenu">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120524/5108180a/attachment.html>


More information about the cfe-commits mailing list