mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 14:01:08 +01:00
Enable werror for javadoc and fix javadoc issues
This commit is contained in:
parent
4249c1a845
commit
1a3067c89b
323 changed files with 2929 additions and 2704 deletions
|
|
@ -41,7 +41,7 @@ public class DataLayout implements ExtensionElement {
|
|||
|
||||
/**
|
||||
* Data layout constructor.
|
||||
* @param label
|
||||
* @param label TODO javadoc me please
|
||||
*/
|
||||
public DataLayout(String label) {
|
||||
this.label = label;
|
||||
|
|
@ -104,8 +104,8 @@ public class DataLayout implements ExtensionElement {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param buf
|
||||
* @param pageLayout
|
||||
* @param buf TODO javadoc me please
|
||||
* @param pageLayout TODO javadoc me please
|
||||
*/
|
||||
private static void walkList(XmlStringBuilder buf, List<DataFormLayoutElement> pageLayout) {
|
||||
for (DataFormLayoutElement object : pageLayout) {
|
||||
|
|
@ -158,7 +158,7 @@ public class DataLayout implements ExtensionElement {
|
|||
|
||||
/**
|
||||
* Section constructor.
|
||||
* @param label
|
||||
* @param label TODO javadoc me please
|
||||
*/
|
||||
public Section(String label) {
|
||||
this.label = label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue