java documentation
630556Mar 19 2009 — edited Mar 19 2009Just wanted to start a new thread because this question is on a different topic. In command prompt, i am pointing to my directory where my java files are. Now instead of getting the documentation into this folder, I want to try and create a new folder to place them in. javadoc -d ./docs -author -version *.java
At the moment that is not working. I am trying to create a folder called docs to place the documentation in. Does anyone know how i can correct my little statement?
cheers