public static interface Html.LinkMaker
| Modifier and Type | Method and Description |
|---|---|
Html.Link |
makeLink(com.sun.javadoc.Doc from,
com.sun.javadoc.Doc to,
com.sun.javadoc.RootDoc rootDoc)
Generates a
Html.Link that refers from the HTML page on which from is described to the HTML
page (and possibly the anchor) that describes to. |
Html.Link makeLink(com.sun.javadoc.Doc from, com.sun.javadoc.Doc to, com.sun.javadoc.RootDoc rootDoc) throws Longjump
Html.Link that refers from the HTML page on which from is described to the HTML
page (and possibly the anchor) that describes to.Longjump - A link href could be determined, but for some reason it was forbidden to link thereCopyright © 2022 Arno Unkrig. All rights reserved.