mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
checking in jsdoc dir so people can generate docs themselves
This commit is contained in:
2
jsdoc-master/test/tutorials/build.sh
Normal file
2
jsdoc-master/test/tutorials/build.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
rm -rf out
|
||||
../../jsdoc -u tutorials src -d out
|
||||
1
jsdoc-master/test/tutorials/duplicateDefined/asdf.html
Normal file
1
jsdoc-master/test/tutorials/duplicateDefined/asdf.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>tutorial ASDF</h1>
|
||||
1
jsdoc-master/test/tutorials/duplicateDefined/asdf.json
Normal file
1
jsdoc-master/test/tutorials/duplicateDefined/asdf.json
Normal file
@@ -0,0 +1 @@
|
||||
{"title": "Conflicting title"}
|
||||
5
jsdoc-master/test/tutorials/duplicateDefined/index.json
Normal file
5
jsdoc-master/test/tutorials/duplicateDefined/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"asdf": {
|
||||
"title": "Tutorial Asdf"
|
||||
}
|
||||
}
|
||||
3
jsdoc-master/test/tutorials/incomplete/parent.html
Normal file
3
jsdoc-master/test/tutorials/incomplete/parent.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>Test.html</h1>
|
||||
|
||||
<p>{@link Test}</p>
|
||||
1
jsdoc-master/test/tutorials/incomplete/parent.json
Normal file
1
jsdoc-master/test/tutorials/incomplete/parent.json
Normal file
@@ -0,0 +1 @@
|
||||
{"title": "missing child tutorial", "children": ["child"]}
|
||||
8
jsdoc-master/test/tutorials/src/x.js
Normal file
8
jsdoc-master/test/tutorials/src/x.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Test {@tutorial test2} {@tutorial dupa}
|
||||
*
|
||||
* @class
|
||||
* @tutorial test
|
||||
* @tutorial jasia
|
||||
*/
|
||||
function Test() {}
|
||||
1
jsdoc-master/test/tutorials/tutorials/constructor.md
Normal file
1
jsdoc-master/test/tutorials/tutorials/constructor.md
Normal file
@@ -0,0 +1 @@
|
||||
This tutorial has a tricksy name to make sure we are not loading Array.constructor or Object.constructor.
|
||||
12
jsdoc-master/test/tutorials/tutorials/multiple.json
Normal file
12
jsdoc-master/test/tutorials/tutorials/multiple.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"test2": {
|
||||
"title": "Test 2",
|
||||
"children": ["test3", "test6"]
|
||||
},
|
||||
"test3": {
|
||||
"title": "Test 3",
|
||||
"children": {
|
||||
"test4": {"title": "Test 4"}
|
||||
}
|
||||
}
|
||||
}
|
||||
3
jsdoc-master/test/tutorials/tutorials/test.html
Normal file
3
jsdoc-master/test/tutorials/tutorials/test.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>Test.html</h1>
|
||||
|
||||
<p>{@link Test}</p>
|
||||
1
jsdoc-master/test/tutorials/tutorials/test.json
Normal file
1
jsdoc-master/test/tutorials/tutorials/test.json
Normal file
@@ -0,0 +1 @@
|
||||
{"title": "Test tutorial", "children": ["test2"]}
|
||||
1
jsdoc-master/test/tutorials/tutorials/test2.markdown
Normal file
1
jsdoc-master/test/tutorials/tutorials/test2.markdown
Normal file
@@ -0,0 +1 @@
|
||||
# test2.markdown
|
||||
3
jsdoc-master/test/tutorials/tutorials/test3.htm
Normal file
3
jsdoc-master/test/tutorials/tutorials/test3.htm
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>Test3.html</h1>
|
||||
|
||||
<p>{@link Test}</p>
|
||||
1
jsdoc-master/test/tutorials/tutorials/test4.md
Normal file
1
jsdoc-master/test/tutorials/tutorials/test4.md
Normal file
@@ -0,0 +1 @@
|
||||
# test4.md
|
||||
1
jsdoc-master/test/tutorials/tutorials/test5.txt
Normal file
1
jsdoc-master/test/tutorials/tutorials/test5.txt
Normal file
@@ -0,0 +1 @@
|
||||
Should not be included as a tutorial.
|
||||
1
jsdoc-master/test/tutorials/tutorials/test6.xml
Normal file
1
jsdoc-master/test/tutorials/tutorials/test6.xml
Normal file
@@ -0,0 +1 @@
|
||||
<h1>test 6 - has no metadata</h1>
|
||||
Reference in New Issue
Block a user