HaxeFoundation / HaxeFoundation/dox
Overloads only show one documention
Open
- 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:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.