-1

I am creating my JavaDoc documentation as PDF using Auriga Doclet 1.0.

But that generated PDF contains the packages orderes like this: Service, Response, VO, based on alphabetical order.

But I need them ordered like this: Response, Service, VO.

How can I achieve this?

Paŭlo Ebermann
  • 73,284
  • 20
  • 146
  • 210
user1207017
  • 9
  • 1
  • 4

1 Answers1

0

AurigaDoclet uses the Java Doclet API to extract the information and generate pdf from the same. The Doclet API generates the package in that order and AurigaDoclet just displays in the same order. I am not sure if its possible to define a custom order for package display.

Ali
  • 289
  • 1
  • 3