Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Overloads only show one documention #281

Open
ibilon opened this issue Feb 18, 2021 · 0 comments
Open

Overloads only show one documention #281

ibilon opened this issue Feb 18, 2021 · 0 comments

Comments

@ibilon
Copy link
Member

ibilon commented Feb 18, 2021

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant