Skip to Main Content

Java APIs

Changing the order of MifDoclet output

843810Jun 14 2001 — edited Jun 18 2001
Is there a way to change the order of the MIFDoclet output? For example, when the MIFDoclet generates output for a method, it is in the following order (at a high level):

- Declaration
- Description
- Parameters
- Throws
- ...

Can I change this so it outputs:

- Description
- Declaration
- Parameters
- Throws
- ...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2001
Added on Jun 14 2001
2 comments
60 views