r182081 - Add embedded video for the AST tutorial.
Manuel Klimek
klimek at google.com
Fri May 17 01:40:22 PDT 2013
Author: klimek
Date: Fri May 17 03:40:22 2013
New Revision: 182081
URL: http://llvm.org/viewvc/llvm-project?rev=182081&view=rev
Log:
Add embedded video for the AST tutorial.
As asked for by Sean, putting the video into the docs.
Modified:
cfe/trunk/docs/IntroductionToTheClangAST.rst
Modified: cfe/trunk/docs/IntroductionToTheClangAST.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/IntroductionToTheClangAST.rst?rev=182081&r1=182080&r2=182081&view=diff
==============================================================================
--- cfe/trunk/docs/IntroductionToTheClangAST.rst (original)
+++ cfe/trunk/docs/IntroductionToTheClangAST.rst Fri May 17 03:40:22 2013
@@ -7,6 +7,10 @@ AST. It is targeted at developers who ei
Clang, or use tools that work based on Clang's AST, like the AST
matchers.
+.. raw:: html
+
+ <center><iframe width="560" height="315" src="http://www.youtube.com/embed/VqCkCDFLSsc?vq=hd720" frameborder="0" allowfullscreen></iframe></center>
+
Introduction
============
More information about the cfe-commits
mailing list