Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Jun 18, 2019
1 parent eaa2f5e commit f340c43
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013 David Peek, Haxe Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ A Haxe documentation generator used by many popular projects such as:

Install the library via [haxelib](http://lib.haxe.org/p/dox):
```
haxelib git dox https://github.com/HaxeFoundation/dox
haxelib install dox
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion haxelib.hxml
@@ -1 +1 @@
-cmd zip bin/haxelib.zip -r run.n themes haxelib.json
-cmd 7z a -i!run.n -i!themes -i!haxelib.json -i!README.md -i!LICENSE.md bin/haxelib.zip
6 changes: 3 additions & 3 deletions haxelib.json
@@ -1,11 +1,11 @@
{
"name": "dox",
"url" : "https://github.com/dpeek/dox",
"url" : "https://github.com/HaxeFoundation/dox",
"license": "MIT",
"tags": ["documentation"],
"description": "Haxe documentation generator.",
"version": "1.2.0",
"releasenote": "Bug fixes and improvements. Binary only distribution.",
"contributors": ["dpeek", "Simn", "HaxeFoundation"],
"releasenote": "Major improvements and bug fixes.",
"contributors": ["HaxeFoundation", "dpeek", "Simn"],
"dependencies": {}
}
Binary file modified run.n
Binary file not shown.

0 comments on commit f340c43

Please sign in to comment.