Author: ltheussl
Date: Thu Dec 15 10:28:25 2005
New Revision: 357053

URL: http://svn.apache.org/viewcvs?rev=357053&view=rev
Log:
PR: MPJAVADOC-62
Document that custom tag names defined by the maven.javadoc.customtags
property cannot contain dashes.

Modified:
    maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=357053&r1=357052&r2=357053&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Thu Dec 15 
10:28:25 2005
@@ -189,8 +189,9 @@
 tag2.name=task
 tag2.description=Task:
 tag2.enabled=false
-tag2.scope=all
-            ]]></source>
+tag2.scope=all]]></source>
+            <strong>Note</strong>: Due to a bug in the jexl expression 
evaluator,
+            custom tag names defined by this property cannot contain dashes.
           </td>
         </tr>
         <tr>


Reply via email to