masesgroup / JNet

Java/JVM suite for .NET: a comprehensive suite of libraries and tools to use Java/JVM APIs (Java, Scala, Kotlin, ...) and .NET side-by-side
https://jnet.masesgroup.com/
Apache License 2.0
23 stars 3 forks source link

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

Open masesdevelopers opened 2 weeks ago

masesdevelopers commented 2 weeks ago

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 commented 1 week ago

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.