Skip to content

Commit

Permalink
Add tooltips with descriptions for compiler metadata
Browse files Browse the repository at this point in the history
closes #240
  • Loading branch information
Gama11 committed Apr 7, 2020
1 parent 959b5d3 commit 522f344
Show file tree
Hide file tree
Showing 8 changed files with 1,283 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- added support for deprecation messages on types ([#261](https://github.com/HaxeFoundation/dox/issues/261))
- added support for `@:noCompletion` implying `@:dox(hide)` ([#250](https://github.com/HaxeFoundation/dox/issues/250))
- added a `--keep-field-order` argument ([#258](https://github.com/HaxeFoundation/dox/issues/258))
- added tooltips with descriptions for compiler metadata ([#240](https://github.com/HaxeFoundation/dox/issues/240))
- improved function type printing to use Haxe 4 syntax ([#273](https://github.com/HaxeFoundation/dox/issues/273))
- fixed JS version being used if the node version is not supported (< 8.10.0)
- fixed interfaces with multiple `extends` only showing the first one ([#260](https://github.com/HaxeFoundation/dox/issues/260))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Haxe documentation generator used by many popular projects such as:
- [HaxePunk](http://haxepunk.com/documentation/api/)
- [Kha](http://api.kha.tech/)

![image](images/screenshot.png)
![image](resources/screenshot.png)

### Installation

Expand Down
Loading

0 comments on commit 522f344

Please sign in to comment.