• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Javadoc

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Short story.... (sorry??).....
Ok, one of my buddies I work with and I have converted over to using Java, well we had a project that had to be done so instead of having a full ramp up time on Java we jumped into and started writing. (Trust me, looking back at the code, we can tell which classes were written first) Anyways, we now having a working solution, and its great. But when others in our group look at (well including us) we are not sure what we did in certain areas. Then we stumbled onto Javadoc (This is where the crowd whoops and hollors yeah!!!) But it has raised some questions as well:
As previously stated we have already written the project, and it works well, so we are headed back to put javadoc comments into it. When we are done with that, is there a way to point javadoc in the right direction and it will look through the different packages and pull out the different classes and make one large javadoc?
Currently I have a batch file that has all the actual packages with classes on the command line as one entry, a long entry at that.
ie...

What I would rather do is:

and it finds all the packages.
Is this possible?
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's what I found about this on the Javadoc home page:
http://java.sun.com/j2se/javadoc/faq.html#recursesource
 
Michael Waites
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Super sweet, I really appreciate the link.

Michael
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic