Re: what's wrong with my javadoc

  • From: "black ares" <matematicianu2003@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 23 Feb 2010 06:20:54 +0200

javadoc *.java 1>out.txt 2>err.txt
----- Original Message ----- From: "Michael Malver" <mmalver@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Tuesday, February 23, 2010 12:01 AM
Subject: RE: what's wrong with my javadoc


I tried typing
Javadoc *.java > errors.txt
But none of the errors get stored in the file.
Is there a way I can capture this?

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Sina Bahram
Sent: Monday, February 22, 2010 3:54 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: RE: what's wrong with my javadoc

First of all, you should pass *.java to the javadoc app, not just one java
file. This way it knows about the dependencies. Secondly,
do you receive any errors or warnings from javadoc?

Take care,
Sina

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Michael Malver
Sent: Monday, February 22, 2010 4:35 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: what's wrong with my javadoc

I have created a class called PersonV1 which holds very basic data about a
person.

I created a second class called PersonTestV1.java which contains a main
method that creates an instance of person and demonstrates
one of its methods.

The classes all work fine, but if I try putting PersonTestV1.java through
the JavaDoc app, I don't get nice looking java
documentation.

Can someone give me some pointers?

Thanks

See attached zip file for the source.




__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: