Skip to content

Commit cf48b80

Browse files
committed
Fix doc generation for both targets
1 parent 83ff4d0 commit cf48b80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generate-doc.hxml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
--each
1616

1717
--next
18-
-xml libdocs/doc.xml
19-
-js dummy.js
18+
-xml libdocs/mz.xml
19+
-js dummyMZ.js
2020

2121
--next
2222
-D compileMV
23-
-xml libdocs/doc.xml
23+
-xml libdocs/mv.xml
2424
-js dummyMV.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"watch": "nodemon --watch src -e hx,hxml,xml --exec haxe compile.hxml",
99
"gendoc": "haxe -xml doc.xml -D doc-gen generate-doc.hxml",
10-
"createdoc": "haxelib run dox -i libdocs/doc.xml --title \"LunaTea\" --include-private -o docs/ -D source-path https://github.com/LunaTechsDev/LunaTea/tree/master/src",
10+
"createdoc": "haxelib run dox -i libdocs/ --title \"LunaTea\" --include-private -o docs/ -D source-path https://github.com/LunaTechsDev/LunaTea/tree/master/src",
1111
"integritycheck": "haxe integrity-check.hxml",
1212
"watchCrossCmp" : "nodemon --watch src -e hx,hxml,xml --exec haxe compatibility-check.hxml"
1313
},

0 commit comments

Comments
 (0)