y**w 发帖数: 8 | 1 I tried to run the following:
javadoc test.java
i can only get :
AllNames.html
packages.html
test.html
tree.html
i think i should also get a file as index.html, right? how come i didn't get
it? ( i program my java file in jBuilder and run "javadoc" on unix.
and also i want post my java file on my webpage, i use a link to that java
file, then on my webpage, the file showed up without '\n', it looks like:
'1/x' private Button b0 = new Button("0"); private Button b1 = new
Button("1"); private Butt | m******t 发帖数: 2416 | 2
[snip]
come to think of it, I have never run javadoc against one single
file, but I'm guessing that's what caused your problem. try
javadoc *.java.
【在 y**w 的大作中提到】 : I tried to run the following: : javadoc test.java : i can only get : : AllNames.html : packages.html : test.html : tree.html : i think i should also get a file as index.html, right? how come i didn't get : it? ( i program my java file in jBuilder and run "javadoc" on unix. : and also i want post my java file on my webpage, i use a link to that java
|
|