melloware commented on PR #605:
URL: https://github.com/apache/myfaces/pull/605#issuecomment-1660583634

   Yeah this get generated on every build:
   
   
![image](https://github.com/apache/myfaces/assets/4399574/636975c5-1f1d-4208-8aaf-c9d8822788be)
   
   And I can see the docs are empty?
   
   ```xml
    <!-- Component Tags -->
      <tag>
         <description><![CDATA[]]></description>
         <name>repeat</name>
         <tag-class>$component.tagClass</tag-class>
         <body-content>JSP</body-content>
         
         <attribute>
            <description><![CDATA[]]></description>
            <name>offset</name>
            <deferred-value>
                <type>int</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>size</name>
            <deferred-value>
                <type>int</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>step</name>
            <deferred-value>
                <type>int</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>begin</name>
            <deferred-value>
                <type>int</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>end</name>
            <deferred-value>
                <type>int</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>var</name>
            <rtexprvalue>false</rtexprvalue>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>varStatus</name>
            <rtexprvalue>false</rtexprvalue>
         </attribute>
         <attribute>
            <description><![CDATA[]]></description>
            <name>value</name>
            <deferred-value>
                <type>java.lang.Object</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[Get a string which uniquely identifies this 
UIComponent within the scope of the nearest ancestor NamingContainer
   component. The id is not necessarily unique across all components in the 
current view.]]></description>
            <name>id</name>
            <rtexprvalue>true</rtexprvalue>
         </attribute>
         <attribute>
            <description><![CDATA[A boolean value that indicates whether this 
component should be rendered. Default value: true.]]></description>
            <name>rendered</name>
            <deferred-value>
                <type>boolean</type>
            </deferred-value>
         </attribute>
         <attribute>
            <description><![CDATA[Identifies a backing bean property (of type 
UIComponent or appropriate subclass) to bind " + "to this component instance. 
This value must be an EL expression.]]></description>
            <name>binding</name>
            <deferred-value>
                <type>jakarta.faces.component.UIComponent</type>
            </deferred-value>
         </attribute>
      </tag>
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to