aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrc-05 <contact@rc-05.com>2024-10-04 11:20:51 +0200
committerrc-05 <contact@rc-05.com>2024-10-04 11:21:38 +0200
commit34c94ee647a8cece732d1bd924a1c20e495a7f0f (patch)
tree7834830d3a4964019969256dc54a0048ef78c0ca
parentdc1c63a7dd8177ca0e53fe35b2f319e562a30099 (diff)
downloadhaxe-unix-sockets-34c94ee647a8cece732d1bd924a1c20e495a7f0f.tar.gz
Update generate-docs.shHEADmaster
Added page title and description.
-rwxr-xr-xgenerate-docs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/generate-docs.sh b/generate-docs.sh
index a633511..de8809a 100755
--- a/generate-docs.sh
+++ b/generate-docs.sh
@@ -13,5 +13,7 @@ haxelib run dox \
-i cpp/types.xml \
-o docs \
--toplevel-package unix \
+ --title "Unix Sockets" \
-D version $VERSION \
- -D source-path $SOURCE_PATH
+ -D source-path $SOURCE_PATH \
+ -D description "Haxe bindings for Unix sockets."