checking in jsdoc dir so people can generate docs themselves

This commit is contained in:
Eric Rowell
2014-01-12 00:39:08 -08:00
parent 98b282b819
commit 8dd503c7bd
376 changed files with 24397 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
rm -rf out
../../jsdoc -u tutorials src -d out

View File

@@ -0,0 +1 @@
<h1>tutorial ASDF</h1>

View File

@@ -0,0 +1 @@
{"title": "Conflicting title"}

View File

@@ -0,0 +1,5 @@
{
"asdf": {
"title": "Tutorial Asdf"
}
}

View File

@@ -0,0 +1,3 @@
<h1>Test.html</h1>
<p>{@link Test}</p>

View File

@@ -0,0 +1 @@
{"title": "missing child tutorial", "children": ["child"]}

View File

@@ -0,0 +1,8 @@
/**
* Test {@tutorial test2} {@tutorial dupa}
*
* @class
* @tutorial test
* @tutorial jasia
*/
function Test() {}

View File

@@ -0,0 +1 @@
This tutorial has a tricksy name to make sure we are not loading Array.constructor or Object.constructor.

View File

@@ -0,0 +1,12 @@
{
"test2": {
"title": "Test 2",
"children": ["test3", "test6"]
},
"test3": {
"title": "Test 3",
"children": {
"test4": {"title": "Test 4"}
}
}
}

View File

@@ -0,0 +1,3 @@
<h1>Test.html</h1>
<p>{@link Test}</p>

View File

@@ -0,0 +1 @@
{"title": "Test tutorial", "children": ["test2"]}

View File

@@ -0,0 +1 @@
# test2.markdown

View File

@@ -0,0 +1,3 @@
<h1>Test3.html</h1>
<p>{@link Test}</p>

View File

@@ -0,0 +1 @@
# test4.md

View File

@@ -0,0 +1 @@
Should not be included as a tutorial.

View File

@@ -0,0 +1 @@
<h1>test 6 - has no metadata</h1>