Modify ↓
Opened 14 years ago
#7900 new defect
Address nested classes
Reported by: | Owned by: | Andi | |
---|---|---|---|
Priority: | normal | Component: | JavadocWikiMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
How can I address nested classes? e.g. I have defined a nested class leading to a javadoc URL like
public class BaseClass{ static public NestedClass{ } } leads to Javadoc: {{{ http://myhost.de/doc/mypackage/BaseClass.NestedClass.html }}} How can I address this? This usual Java addressing scheme does not work: {{{ [[javadoc(mypackage.BaseClass.NestedClass, NestedClass)]] }}} This leads to the wrong URL: {{{ http://myhost.de/doc/mypackage/BaseClass/NestedClass.html }}}
Attachments (0)
Note: See
TracTickets for help on using
tickets.