R
Roedy Green
What tools are available to tidy Javadoc?
Tidies would include:
1. putting params in same order as method call or at least warning you
of misorderings.
2. quoting awkward characters for HTML as needed.
3. checking syntax of a restricted set of HTML for the comments.
4. aligning comments in some standard way (IntelliJ does this).
--
Roedy Green Canadian Mind Products
http://mindprod.com
"It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change."
~ Charles Darwin
Tidies would include:
1. putting params in same order as method call or at least warning you
of misorderings.
2. quoting awkward characters for HTML as needed.
3. checking syntax of a restricted set of HTML for the comments.
4. aligning comments in some standard way (IntelliJ does this).
--
Roedy Green Canadian Mind Products
http://mindprod.com
"It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change."
~ Charles Darwin