[dbdoclet] Enums and package information
- From: "Lillian Sullam" <lsullam@xxxxxxxxxxx>
- To: dbdoclet@xxxxxxxxxxxxx
- Date: Tue, 6 Jan 2009 13:59:18 -0800
Hello,
Two questions:
1. I am using dbdoclet to convert JavaDoc into DocBook XML. When Enums are
converted they are treated like Fields. Is there a way to work around this,
so that they are treated as Enums and not marked in a <fieldsynopsis> tag?
2. The output code shows the package information along with the name of the
class/method. Is there a way to remove this information?
Example:
Now:
public native com.bruxton.SIDXStageStatus MethodName();
What I would like:
public native SIDXStageStatus MethodName();
Thanks!
Lillian
Other related posts: