HaxeFoundation / HaxeFoundation/haxe
XML output abstract duplicate
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
The XML output for abstract type implemention (`` node) is a duplicate of the the actual impl class which is also output.
It should only be a path to the impl class without full duplicate definition.
```xml
cast "Ok"
....
COMPLETE Impl content
cast "Ok"
cast "Bad"
```
Contributor guide
Assessment
This issue has not been assessed yet.