问题
What JavaDoc tags should I use in private fields and methods in order to generate javaDoc descriptions?
回答1:
See Java Javadoc include Private; you still use the standard JavaDoc comment form but you must instruct the JavaDoc tool to generate the documentation for private members using the -private
switch.
来源:https://stackoverflow.com/questions/5655737/javadoc-private-fields-and-methods