dox icon indicating copy to clipboard operation
dox copied to clipboard

this.field mapping does not account for inheritance

Open Gama11 opened this issue 8 years ago • 3 comments

MarkdownHandler#processCode() naively assumes that field in this.field is a field of the current class. However, it could just as well be from a super class. I think this should be taken into account.

Gama11 avatar Oct 01 '16 11:10 Gama11

This sounds like a challenge to fix, since the current check is kinda dumb https://github.com/HaxeFoundation/dox/blob/master/src/dox/MarkdownHandler.hx#L45

cc @dpeek @Simn What can we do?

markknol avatar Oct 03 '16 10:10 markknol

No idea, that's gonna be annoying indeed.

Simn avatar Oct 04 '16 06:10 Simn