JSON-java icon indicating copy to clipboard operation
JSON-java copied to clipboard

Documentation on JSONPropertyIgnore doesn't show on the website

Open gqqnbig opened this issue 2 years ago • 3 comments

In https://github.com/stleary/JSON-java/blob/master/src/main/java/org/json/JSONPropertyIgnore.java the class has documentation, but the docs doesn't show on the website http://stleary.github.io/JSON-java/org/json/JSONPropertyIgnore.html.

Can it get fixed?

gqqnbig avatar Mar 07 '22 07:03 gqqnbig

Thanks @gqqnbig I will look into it. Not sure why the JavaDocs are not showing up.

stleary avatar Mar 09 '22 02:03 stleary

Haven't forgotten this, just haven't had time to track it down. Will try to find time before end of the week.

stleary avatar Mar 22 '22 02:03 stleary

Thanks for the update. Take your time buddy.

gqqnbig avatar Mar 22 '22 02:03 gqqnbig

Hi @stleary, I've raised PR #704 to fix this issue happening in both JSONPropertyIgnore and JSONPropertyName classes.

This doesn't affect the source code execution, I've only rearranged Javadoc comments to the start of the interface definition. Please review and let me know if there is anything to be changed :)

Thanks!

niranjanib avatar Oct 30 '22 16:10 niranjanib