diff options
-rw-r--r-- | docs/ClangPlugins.html | 3 | ||||
-rw-r--r-- | docs/LibTooling.html | 3 | ||||
-rw-r--r-- | docs/RAVFrontendAction.html | 3 |
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> |