Problem with JBuilder X and javadoc
843810Jun 18 2004 — edited Jun 18 2004I'm using the javadoc function built into JBuilder X, which doesn't seem to be configured correctly.
1) I do not get field/constructor/method summary
2) All the private members also show up on the javadoc generated by JBuilder X.
I have no clue for why the first problem occurs. For the second problem, I know I need to set the -private option correctly, but I don't know how to set command-line options for javadoc inside JBuilder X.
Thanks in advance.