Referring to the examples given in the post : http://www.javaworld.com/jw-08-2000/jw-0818-javadoc.html#resources
Examples in the post : SimpleDoclet and SimpleOrder
I need to know where do I need to place my SimpleDoclet and SimpleOrder and how do I run this doclet to generate output?
I tried using Generate JavaDoc with the following data :
there are two packages : newPack which contains my classes for which javadoc should be generated and oldPack in which SimpleDoclet is Present
Could you please let me know a solution for this?