[cfe-commits] r157399 - in /cfe/trunk/docs: ClangPlugins.html LibTooling.html RAVFrontendAction.html
Manuel Klimek
klimek at google.com
Thu May 24 10:16:24 PDT 2012
Author: klimek
Date: Thu May 24 12:16:23 2012
New Revision: 157399
URL: http://llvm.org/viewvc/llvm-project?rev=157399&view=rev
Log:
Adds menu sidebar to the docs.
Modified:
cfe/trunk/docs/ClangPlugins.html
cfe/trunk/docs/LibTooling.html
cfe/trunk/docs/RAVFrontendAction.html
Modified: cfe/trunk/docs/ClangPlugins.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangPlugins.html?rev=157399&r1=157398&r2=157399&view=diff
==============================================================================
--- cfe/trunk/docs/ClangPlugins.html (original)
+++ cfe/trunk/docs/ClangPlugins.html Thu May 24 12:16:23 2012
@@ -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>
Modified: cfe/trunk/docs/LibTooling.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.html?rev=157399&r1=157398&r2=157399&view=diff
==============================================================================
--- cfe/trunk/docs/LibTooling.html (original)
+++ cfe/trunk/docs/LibTooling.html Thu May 24 12:16:23 2012
@@ -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>
Modified: cfe/trunk/docs/RAVFrontendAction.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/RAVFrontendAction.html?rev=157399&r1=157398&r2=157399&view=diff
==============================================================================
--- cfe/trunk/docs/RAVFrontendAction.html (original)
+++ cfe/trunk/docs/RAVFrontendAction.html Thu May 24 12:16:23 2012
@@ -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>
More information about the cfe-commits
mailing list