[dbdoclet] Re: Enums and package information

Hello Lillian,

> 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?

What markup do you expect? Could you give me an example.

> 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();
> 

You can use the option -nofqsn (no full qualified symbol names). 

Regards,
Michael


Other related posts: