[dbdoclet] Enums and package information

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: