0

I know that javadoc comments use /** Comment */ instead of /* Comment */, and they has special tags like /** @param */. I know that javadoc comments are typically for users, while normal comments are for developers. However, I can't find a list of these tags and how they are used. I also can't figure out how I am expected to generate the documentation page once the javadoc comments are present. Sites just say "Use the javadoc tool". Where can I find it, how do I use it, how can the documentation be put on a permanent webpage like this page on ArrayLists, does the process change based on which IDE is being used?

4

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.