Author: michiel
Date: 2010-05-17 11:49:23 +0200 (Mon, 17 May 2010)
New Revision: 42176

Modified:
   
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/searchrelate.tld
   
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/pathsearch.tagx
Log:
empty descriptions completely confuse tlddoc

Modified: 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/searchrelate.tld
===================================================================
--- 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/searchrelate.tld
 2010-05-17 08:39:40 UTC (rev 42175)
+++ 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/searchrelate.tld
 2010-05-17 09:49:23 UTC (rev 42176)
@@ -25,7 +25,6 @@
     <name>unlink</name>
     <path>/META-INF/tags/mm/searchrelate/unlink.tagx</path>
   </tag-file>
-
   <tag-file>
     <name>tabs</name>
     <path>/META-INF/tags/mm/searchrelate/tabs.tagx</path>
@@ -40,7 +39,6 @@
     <name>search</name>
     <path>/META-INF/tags/mm/searchrelate/search.tagx</path>
   </tag-file>
-
   <tag-file>
     <name>heartbeat</name>
     <path>/META-INF/tags/mm/searchrelate/heartbeat.tagx</path>

Modified: 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/pathsearch.tagx
===================================================================
--- 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/pathsearch.tagx
     2010-05-17 08:39:40 UTC (rev 42175)
+++ 
mmbase/trunk/applications/searchrelate/src/main/resources/META-INF/tags/mm/searchrelate/pathsearch.tagx
     2010-05-17 09:49:23 UTC (rev 42176)
@@ -12,7 +12,8 @@
       @version $Id$
   -->
   <jsp:directive.tag
-      description="Combines mm-sr:searchs to an accordion search" />
+      example="See /mmexamples/searchrelate"
+      description="Combines mm-sr:searchs to an accordion search. The body can 
be used to modify the query." />
 
   <jsp:directive.attribute name="path"        type="java.lang.String"  
required="true"
                            description="Node types to search. This is 
equivalent to the path attribute of an mm:listnodescontainer" />
@@ -22,14 +23,15 @@
                            description="This is equivalent to the element 
attribute of an mm:listnodescontainer, but it defaults to the _last_ element." 
/>
 
   <jsp:directive.attribute name="pagesize"        type="java.lang.Integer"
-                           description="" />
+                           description="The number of items on one page" />
 
   <jsp:directive.attribute name="config"               type="java.lang.String"
                            description="Configuration file defaults to 
('searchrelate')" />
 
   <jsp:directive.attribute name="load"               type="java.lang.String"
-                           description="" />
+                           description="Wether to load javascript" />
   <jsp:directive.attribute name="forms"        type="java.lang.Boolean"
+                           description="using forms around the input areas 
(should be false if already in a form, since forms cannot be nested)"
                            />
 
   <jsp:directive.attribute name="intro"        fragment="true"

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to