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
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?