From 24c4805b3b0ce5d3398a4445a36f93c7b74bd755 Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Thu, 24 May 2012 17:16:23 +0000 Subject: [PATCH] Adds menu sidebar to the docs. llvm-svn: 157399 --- clang/docs/ClangPlugins.html | 3 +++ clang/docs/LibTooling.html | 3 +++ clang/docs/RAVFrontendAction.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/clang/docs/ClangPlugins.html b/clang/docs/ClangPlugins.html index d553a62..ed560fe 100644 --- a/clang/docs/ClangPlugins.html +++ b/clang/docs/ClangPlugins.html @@ -7,6 +7,9 @@ + + +

Clang Plugins

diff --git a/clang/docs/LibTooling.html b/clang/docs/LibTooling.html index 5be61fa..247c55a 100644 --- a/clang/docs/LibTooling.html +++ b/clang/docs/LibTooling.html @@ -7,6 +7,9 @@ + + +

LibTooling

diff --git a/clang/docs/RAVFrontendAction.html b/clang/docs/RAVFrontendAction.html index dec1166..b30cd57 100644 --- a/clang/docs/RAVFrontendAction.html +++ b/clang/docs/RAVFrontendAction.html @@ -7,6 +7,9 @@ + + +

How to write RecursiveASTVisitor based ASTFrontendActions.

-- 2.7.4