I am writing Javadox for a project, on which I am working, and Ideally, I want to do something like this: I am open to any solutions that are similar. There is a feature in Maven that gives you the HTML markup to This works very well when you use MarketDown Overview.html Page @link each endpoint is linked to linking to Javadock for each method.
POST / API / resource call {@link resource # getAll () resource @ getAll} received / api / Resources / {id} call {@link resource # getById (int) resource # getById}
src / main / javadoc / overview. Html and it will process all the tags and write the output on the main Javadoc page.
No comments:
Post a Comment