[llvm-commits] [llvm] r56198 - in /llvm/trunk/projects/sample/docs: ./ index.html
Nick Lewycky
nicholas at mxc.ca
Sun Sep 14 22:31:29 PDT 2008
Author: nicholas
Date: Mon Sep 15 00:31:29 2008
New Revision: 56198
URL: http://llvm.org/viewvc/llvm-project?rev=56198&view=rev
Log:
Add "sample" documentation to sample project.
This fixes part of PR2793.
Added:
llvm/trunk/projects/sample/docs/
llvm/trunk/projects/sample/docs/index.html
Added: llvm/trunk/projects/sample/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/projects/sample/docs/index.html?rev=56198&view=auto
==============================================================================
--- llvm/trunk/projects/sample/docs/index.html (added)
+++ llvm/trunk/projects/sample/docs/index.html Mon Sep 15 00:31:29 2008
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <h1>SAMPLE PROJECT DOCUMENTATION</h1>
+ <p>This is just a placeholder</p>
+ </body>
+</html>
More information about the llvm-commits
mailing list