vert-x3 / vertx-docgen

Documentation generation
Apache License 2.0
23 stars 11 forks source link

Support for configurable relative paths to api documentation? #22

Open chefhoobajoob opened 7 years ago

chefhoobajoob commented 7 years ago

It seems that docgen hardwires the relative path for links from asciidoc content generated from javadoc comments in package-info files to the language-specific api documentation.

For Java API documentation, those links are hardwired to: ../../apidocs

...and for Javascript, these paths are: ../dataobjects.html ../enums.html ../jsdoc

Is there a way to parameterize these paths?