Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fponticelli committed Dec 23, 2016
1 parent 620210d commit c55bed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/ImportColor.hx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import thx.color.Argb;
import thx.color.CieHcl;
import thx.color.CieLab;
import thx.color.CieLCh;
Expand Down
2 changes: 1 addition & 1 deletion doc/doc.hxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-cmd rm -rf xml/*
-cmd haxe build_doc.hxml
-cmd rm -rf pages
-cmd haxelib run dox -r / -o pages -i xml --title "thx.color" -in thx
-cmd haxelib run dox -o pages -i xml --title "thx.color" -in thx
-cmd static pages
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"classPath": "src",
"tags": ["color", "thx", "cross"],
"description": "Library for color manipulation. Contains definitions for Lab, LCh, Cmy(K), CubeHelix, Grey, Hcl, Hsl(A), Hsv(A), Rgb(A), Xyz and Yxy as well as alpha versions of the sames and color parsing.",
"releasenote": "Fixes to color spaces with alpha channels and added Argb.",
"version": "0.19.0",
"releasenote": "Update docs.",
"version": "0.19.1",
"contributors": ["fponticelli"],
"dependencies": {
"thx.core": ""
Expand Down

0 comments on commit c55bed1

Please sign in to comment.