aboutsummaryrefslogtreecommitdiff
path: root/src/xdocs/config_naming.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdocs/config_naming.xml')
-rw-r--r--src/xdocs/config_naming.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xdocs/config_naming.xml b/src/xdocs/config_naming.xml
index 0dbda1e34..9651d4fda 100644
--- a/src/xdocs/config_naming.xml
+++ b/src/xdocs/config_naming.xml
@@ -1034,6 +1034,15 @@ public boolean equals(Object o) {
<property name="ignoreOverridden" value="true"/>
</module>
</source>
+ <p>
+ An example of how to configure the check for names that begin with
+ a lower case letter, followed by letters and digits is:
+ </p>
+ <source>
+&lt;module name="ParameterName"&gt;
+ &lt;property name="format" value="^[a-z][a-zA-Z0-9]+$"/&gt;
+&lt;/module&gt;
+ </source>
</subsection>
<subsection name="Example of Usage">