mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Tutorials sample to tests.
This commit is contained in:
parent
ac02928d3d
commit
2153d7cd0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
build-files/java/build
|
||||
jsdoc.jar
|
||||
test/tutorials/out
|
||||
|
||||
2
test/tutorials/build.sh
Executable file
2
test/tutorials/build.sh
Executable file
@ -0,0 +1,2 @@
|
||||
rm -rf out
|
||||
../../jsdoc -u tutorials src -d out
|
||||
8
test/tutorials/src/x.js
Normal file
8
test/tutorials/src/x.js
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Test {@tutorial test2} {@tutorial dupa}
|
||||
*
|
||||
* @class
|
||||
* @tutorial test
|
||||
* @tutorial jasia
|
||||
*/
|
||||
function Test() {}
|
||||
3
test/tutorials/tutorials/test.html
Normal file
3
test/tutorials/tutorials/test.html
Normal file
@ -0,0 +1,3 @@
|
||||
<h1>Test.html</h1>
|
||||
|
||||
<p>{@link Test}</p>
|
||||
1
test/tutorials/tutorials/test.js
Normal file
1
test/tutorials/tutorials/test.js
Normal file
@ -0,0 +1 @@
|
||||
{"title": "Test tutorial", "children": ["test2"]}
|
||||
1
test/tutorials/tutorials/test2.json
Normal file
1
test/tutorials/tutorials/test2.json
Normal file
@ -0,0 +1 @@
|
||||
{"title": "Test 2"}
|
||||
1
test/tutorials/tutorials/test2.markdown
Normal file
1
test/tutorials/tutorials/test2.markdown
Normal file
@ -0,0 +1 @@
|
||||
# test2.markdown
|
||||
Loading…
x
Reference in New Issue
Block a user