Changing the order of MifDoclet output
843810Jun 14 2001 — edited Jun 18 2001Is 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
- ...