forked from fponticelli/thx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.hxml
61 lines (60 loc) · 1.14 KB
/
doc.hxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Neko
-neko _
-cp src
-xml doc/doc.neko.xml
--no-output
--macro include('', true, ['thx.js'], ['src'])
#--macro include("", true)
--next
# PHP
-php _
-cp src
-xml doc/doc.php.xml
--no-output
--macro include('', true, ['thx.js'], ['src'])
--next
# CPP
-cpp _
-cp src
-xml doc/doc.cpp.xml
--no-output
--macro include('', true, ['thx.js', 'thx.translation.DBTranslation'], ['src'])
--next
# F9
-swf9 _
-cp src
-xml doc/doc.f9.xml
--no-output
--macro include('', true, ['thx.js', 'thx.translation.DBTranslation'], ['src'])
--next
# Other Flash
-swf _
-cp src
-swf-version 8
-xml doc/doc.f8.xml
--no-output
--macro include('', true, ['thx.js', 'thx.translation.DBTranslation'], ['src'])
--next
-swf _
-swf-version 7
-cp src
-xml doc/doc.f7.xml
--no-output
--macro include('', true, ['thx.js', 'thx.translation.DBTranslation'], ['src'])
--next
-swf _
-swf-version 6
-cp src
-xml doc/doc.f6.xml
--no-output
--macro include('', true, ['thx.js', 'thx.translation.DBTranslation'], ['src'])
--next
# JS
-js _
-cp src
-xml doc/doc.js.xml
--macro include('', true, ['thx.translation.DBTranslation'], ['src'])
# --no-output
# HAXEDOC.XML
-cmd rm _
-cmd cp doc/doc.js.xml haxedoc.xml