Add "sample" documentation to sample project.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 15 Sep 2008 05:31:29 +0000 (05:31 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 15 Sep 2008 05:31:29 +0000 (05:31 +0000)
This fixes part of PR2793.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56198 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/docs/index.html [new file with mode: 0644]

diff --git a/projects/sample/docs/index.html b/projects/sample/docs/index.html
new file mode 100644 (file)
index 0000000..d2e6786
--- /dev/null
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>SAMPLE PROJECT DOCUMENTATION</h1>
+    <p>This is just a placeholder</p>
+  </body>
+</html>