Menu

New feature: JavaDoc generation

2002-09-20
2002-09-20
  • Jason Weathered

    Jason Weathered - 2002-09-20

    How does this sound?

    jmake docs dir/

    generates javadoc in the specified directory for all packages where there exists at least one .java file. So it would compile a list of all .java files, then from that make a list of all the package names, then pass the package names to javadoc with the passed in directory name. Options such as HTML <title> tags and such can be passed in using the "-" mode (see the "Ability to pass options to javac" thread).

     
    • Andrew Marrington

      Sounds good to me.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.