We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can't do this:
@see #queryStringToMap(String) for inverse
The rendered Javadoc just contains "for inverse" as a link.
For queryStringToMap:
queryStringToMap
@see #toQueryString(Map) toQueryString(Map) for the inverse operation
For toQueryString:
toQueryString
@see #queryStringToMap(String) queryStringToMap(String) for the inverse operation
I hate having to repeat the method signature, but that's on javadoc, not me. 👿
The text was updated successfully, but these errors were encountered:
Fix invalid "see" tags in javadoc in KiwiUrls
d58dceb
Closes #613
Fix invalid "see" tags in javadoc in KiwiUrls (#614)
16d9f87
4bbaa30
sleberknight
Successfully merging a pull request may close this issue.
Problem
You can't do this:
The rendered Javadoc just contains "for inverse" as a link.
How to fix:
For
queryStringToMap
:For
toQueryString
:I hate having to repeat the method signature, but that's on javadoc, not me. 👿
The text was updated successfully, but these errors were encountered: