Tutorials sample to tests.

This commit is contained in:
Rafał Wrzeszcz 2011-12-15 13:46:40 +01:00
parent ac02928d3d
commit 2153d7cd0c
7 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
build-files/java/build
jsdoc.jar
test/tutorials/out

2
test/tutorials/build.sh Executable file
View File

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

8
test/tutorials/src/x.js Normal file
View File

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

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 @@
{"title": "Test 2"}

View File

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