Index: trunk/t3d/src/org/etsi/t3d/config/DocumentationProfile.java
===================================================================
--- trunk/t3d/src/org/etsi/t3d/config/DocumentationProfile.java	(revision 34)
+++ trunk/t3d/src/org/etsi/t3d/config/DocumentationProfile.java	(revision 35)
@@ -11,4 +11,6 @@
 	private boolean showOriginalT3DocTags = false;
 	private boolean checkUndocumentedParameters = true;
+	private boolean checkFunctionDescTagsRequired = false;
+
 	private boolean checkConsistentTagUsage = true;
 	private boolean checkIdenticalDescriptionTags = true;
@@ -126,3 +128,12 @@
 		return commentTagsConfiguration;
 	}
+	public boolean isCheckFunctionDescTagsRequired() {
+		return checkFunctionDescTagsRequired;
+	}
+
+	public void setCheckFunctionDescTagsRequired(
+			boolean checkFunctionDescTagsRequired) {
+		this.checkFunctionDescTagsRequired = checkFunctionDescTagsRequired;
+	}
+
 }
