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)
llvm-svn: 157399

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

index d553a62..ed560fe 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 5be61fa..247c55a 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 dec1166..b30cd57 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>