Skip to content

Commit 2e0e5a4

Browse files
committed
docs: add javadoc conventions to README.md
1 parent 24db415 commit 2e0e5a4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,12 @@ The following are lists of conventions that either *should* be followed or *must
111111
}
112112
}
113113
}
114-
```
114+
```
115+
- Javadoc:
116+
- Must be added to:
117+
- `public` methods and functions of classes, excluding getters, setters and constructors
118+
- Should be added to:
119+
- all `private` members of which the purpose is not obvious or the logic is difficult to comprehend
120+
- May be added to:
121+
- `public static` constants
122+
- other `private` members

0 commit comments

Comments
 (0)