JNet icon indicating copy to clipboard operation
JNet copied to clipboard

Extract more information from help available in classes, methods and fields

Open masesdevelopers opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. Current documentation relies on hyperlink of the original javadoc and information shall be read opening the hyperlink. An important enhancement can be to add text captured from the the original javadoc in generated documentation, starting from the synopsis of classes, methods and fields.

Describe the solution you'd like Update JNetReflector to capture and report the info requested

Describe alternatives you've considered N/A

Additional context N/A

masesdevelopers avatar Jun 23 '24 22:06 masesdevelopers

To extract information, after the URL is built, the tool needs an HTML Parser which converts the online documentation in something can be traversed to search for class, method and parameters, field summaries. Online there are many ready-made parsers: they shall be checked.

masesdevelopers avatar Jun 27 '24 13:06 masesdevelopers