]> granicus.if.org Git - clang/commitdiff
Adds menu sidebar to the docs.
authorManuel Klimek <klimek@google.com>
Thu, 24 May 2012 17:16:23 +0000 (17:16 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 24 May 2012 17:16:23 +0000 (17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157399 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangPlugins.html
docs/LibTooling.html
docs/RAVFrontendAction.html

index d553a62fcfd36ec8302dc2d5c49b615f5c6810ea..ed560fe840ba8787a188f692d3745dc8d1b1a066 100644 (file)
@@ -7,6 +7,9 @@
 <link type="text/css" rel="stylesheet" href="../content.css">
 </head>
 <body>
+
+<!--#include virtual="../menu.html.incl"-->
+
 <div id="content">
 
 <h1>Clang Plugins</h1>
index 5be61fa50b519f9f38eab01e64d0407281a6ee30..247c55a3113e2b13792b5f530ff94e06b235e63c 100644 (file)
@@ -7,6 +7,9 @@
 <link type="text/css" rel="stylesheet" href="../content.css">
 </head>
 <body>
+
+<!--#include virtual="../menu.html.incl"-->
+
 <div id="content">
 
 <h1>LibTooling</h1>
index dec1166bfac5a8796a1b5c448f600d0674adc112..b30cd573d93207cb8f60e46aa0d294895f070151 100644 (file)
@@ -7,6 +7,9 @@
 <link type="text/css" rel="stylesheet" href="../content.css">
 </head>
 <body>
+
+<!--#include virtual="../menu.html.incl"-->
+
 <div id="content">
 
 <h1>How to write RecursiveASTVisitor based ASTFrontendActions.</h1>