You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
classFoo {
/** * First doc. */voidsomeMethod(Integerinteger) { … }
/** * Second doc. */voidsomeMethod(Stringstring) { … }
}
Only the Javadoc for one of the two methods will be extracted as the generated JSON keys the method entries by name. It would be cool if it additionally considered the method parameters: