github pages - how to link to latest version of a class/method on javadoc.io -


i want link github-java-project-wiki pages methods of javadoc of lib via http://javadoc.io

the project wiki geo uri dataformats should linked class-methods uesd process format.

example there should link between

my problem: link class/method contains version-number "1.1.4"

my question: possible have link latest version instead of concrete version?

on artifact level can link

which redirect latest version

but donot know how on class level

alternativly there placeholder-variable in github-wiki can write

http://static.javadoc.io/com.github.k3b/k3b-geohelper/${versionnumber}/de/k3b/geo/api/igeopointinfo.html#getlatitude() 

i contacted owners of javadoc.io , deployed new feature. link this: http://javadoc.io/page/org.mockito/mockito-all/latest/org/mockito/mockito.html

i use feature in mockito framework avoid hosting docs in gh-pages , simplify mockito's automated release process.

javadoc.io fantastic!


Comments