[dbdoclet] Re: Enums and package information
- From: Michael Fuchs <michael.fuchs@xxxxxxxxxxxx>
- To: dbdoclet@xxxxxxxxxxxxx
- Date: Wed, 07 Jan 2009 12:46:43 +0100
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: