Skip to content

Overloads only show one documention #281

Description

@ibilon

Running dox on a class with an overloaded function, each version having its own documentation:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions