aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-05-24 17:16:23 +0000
committerManuel Klimek <klimek@google.com>2012-05-24 17:16:23 +0000
commitb7ac65859476fdc2f45ea34a9677491a71694fc3 (patch)
treeed8e2fc2493355d00a99015c66222ef0308fc02f
parent0fe1e1fcc50e93b35852d3f06caca1785a4458c2 (diff)
Adds menu sidebar to the docs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157399 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ClangPlugins.html3
-rw-r--r--docs/LibTooling.html3
-rw-r--r--docs/RAVFrontendAction.html3
3 files changed, 9 insertions, 0 deletions
diff --git a/docs/ClangPlugins.html b/docs/ClangPlugins.html
index d553a62fcf..ed560fe840 100644
--- a/docs/ClangPlugins.html
+++ b/docs/ClangPlugins.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>Clang Plugins</h1>
diff --git a/docs/LibTooling.html b/docs/LibTooling.html
index 5be61fa50b..247c55a311 100644
--- a/docs/LibTooling.html
+++ b/docs/LibTooling.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>LibTooling</h1>
diff --git a/docs/RAVFrontendAction.html b/docs/RAVFrontendAction.html
index dec1166bfa..b30cd573d9 100644
--- a/docs/RAVFrontendAction.html
+++ b/docs/RAVFrontendAction.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>How to write RecursiveASTVisitor based ASTFrontendActions.</h1>