Modify

Opened 14 years ago

#7900 new defect

Address nested classes

Reported by: haf@… 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)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Andi.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.