Skip to content

Commit

Permalink
Issue junit-team#426 Added suggestions by dsaff
Browse files Browse the repository at this point in the history
- Do not align JavaDoc parameter description
- Removed "Keep empty .. JavaDoc tag"
- corrected typp
  • Loading branch information
Arjan Wulder committed Sep 27, 2012
1 parent ab1eb66 commit 2ac2500
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CODING_STYLE
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,14 @@ Minimum Blank Lines
JavaDoc
----------------------------------
Alignment
* Align parameter descriptions
* Align thrown exception descriptions

Blank Lines
* After description

Invalid tags
* Keep empty @param tags
* Keep empty @return tags
* Keep empty @throws tags

Other
* Enable leading asterisks
* Use @throws rather then @exception
* Use @throws rather than @exception
* Keep empty lines

----------------------------------
Expand Down

0 comments on commit 2ac2500

Please sign in to comment.