HaxeFoundation / HaxeFoundation/dox

Overloads only show one documention

Open
#281 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
158
Forks
38
PR merge metrics
No merged PRs in 30d

Description

Running dox on a class with an overloaded function, each version having its own documentation:
```haxe
extern class Test {
/** Test with String **/
static inline overload function test(s:String):Void {};

/** Test with Int **/
static inline overload function test(i:Int):Void {};
}
```
show them grouped with only one documentation:
![Screenshot_20210218_155518](https://user-images.githubusercontent.com/3843471/108374992-d3dde300-7201-11eb-89e2-e4325bc40a61.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.