We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592cae commit ebce760Copy full SHA for ebce760
2 files changed
docs/docs.hxml
@@ -1,4 +1,4 @@
1
--cmd haxelib run openfl build ../project.xml html5 -xml -clean -Dfind_missing_docs
+-cmd haxelib run openfl build ../project.xml html5 -xml -clean -Ddoc_gen -Dfind_missing_docs
2
3
--next
4
-cmd haxelib run dox -o ../bin/api -i ../bin/html5/types.xml -in feathers --title "Feathers UI API Reference (Haxe/OpenFL)" --toplevel-package feathers -theme ./feathersui-theme -D website "https://feathersui.com" -D source-path "https://github.com/feathersui/feathersui-openfl/tree/master/src/"
project.xml
@@ -27,6 +27,11 @@
27
<haxeflag name="--macro" value="include('feathers')"/>
28
</section>
29
30
+ <section if="doc_gen">
31
+ <haxedef name="display" value="usage"/>
32
+ <haxeflag name="--macro" value="include('feathers')"/>
33
+ </section>
34
+
35
<section if="find_missing_docs">
36
<source path="build_macros/docs"/>
37
<haxeflag name="--macro" value="FindMissingDocs.find('feathers')"/>
0 commit comments