Changeset 35 for trunk/t3d/src/org/etsi
- Timestamp:
- 05/08/11 19:32:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/t3d/src/org/etsi/t3d/config/DocumentationProfile.java
r7 r35 11 11 private boolean showOriginalT3DocTags = false; 12 12 private boolean checkUndocumentedParameters = true; 13 private boolean checkFunctionDescTagsRequired = false; 14 13 15 private boolean checkConsistentTagUsage = true; 14 16 private boolean checkIdenticalDescriptionTags = true; … … 126 128 return commentTagsConfiguration; 127 129 } 130 public boolean isCheckFunctionDescTagsRequired() { 131 return checkFunctionDescTagsRequired; 132 } 133 134 public void setCheckFunctionDescTagsRequired( 135 boolean checkFunctionDescTagsRequired) { 136 this.checkFunctionDescTagsRequired = checkFunctionDescTagsRequired; 137 } 138 128 139 }
Note: See TracChangeset
for help on using the changeset viewer.