You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/20 09:03:16 UTC

svn commit: r1740060 - in /myfaces/tobago/branches/tobago-3.0.x: ./ tobago-core/src/main/java/org/apache/myfaces/tobago/context/ tobago-core/src/main/java/org/apache/myfaces/tobago/event/ tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/ to...

Author: lofwyr
Date: Wed Apr 20 07:03:15 2016
New Revision: 1740060

URL: http://svn.apache.org/viewvc?rev=1740060&view=rev
Log:
TOBAGO-1533

Modified:
    myfaces/tobago/branches/tobago-3.0.x/pom.xml
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/ClientProperties.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TabChangeEvent.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/Resource.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/LayoutUtils.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/MathUtils.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/AttributeTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FileTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LoadBundleTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ScriptTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/StyleTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabGroupTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ToolBarTagDeclaration.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasColumnLayout.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasPlaceholder.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRenderedPartially.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasTabIndex.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValueChangeListener.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/IsVisual.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/DateExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/FileExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/InExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuCheckboxExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuRadioExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/OutExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/SeparatorExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/TextareaExtensionTag.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/DateFormatUtils.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/layout/TextAlign.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/TreePath.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/Classes.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/NonFacesRequestServlet.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/ResourceServlet.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/BeanComparator.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/LocaleUtils.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ValueExpressionComparator.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java
    myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Wed Apr 20 07:03:15 2016
@@ -219,7 +219,6 @@
              -federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml
              -hdf project.name "${project.name}"
              -d ${project.build.directory}/apidocs
-             -Xdoclint:none
           </additionalparam>
           <useStandardDocletOptions>false</useStandardDocletOptions>
           <!--
@@ -838,7 +837,12 @@
           <version>2.10.3</version>
           <configuration>
             <!-- switched off check in Java 8 -->
-            <additionalparam>-Xdoclint:none</additionalparam>
+            <additionalparam>
+                -Xdoclint:accessibility
+                -Xdoclint:html
+                -Xdoclint:reference
+                -Xdoclint:syntax
+            </additionalparam>
           </configuration>
         </plugin>
         <plugin>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/ClientProperties.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/ClientProperties.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/ClientProperties.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/ClientProperties.java Wed Apr 20 07:03:15 2016
@@ -30,13 +30,17 @@ import javax.faces.context.FacesContext;
 import java.io.Serializable;
 
 /**
+ * <p>
  * The ClientProperties contains data, which are individual for each user.
  * It is stored in the session by default, but the application can override this in the faces-config.xml.
- * <p/>
+ * </p>
+ * <p>
  * The managed bean name which is Tobago using for the instance is {@link #MANAGED_BEAN_NAME}.
- * <p/>
+ * </p>
+ * <p>
  * Please use {@link ClientProperties#getInstance(javax.faces.context.FacesContext)}
  * to access to the users client properties.
+ * </p>
  */
 
 public class ClientProperties implements Serializable {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/context/Markup.java Wed Apr 20 07:03:15 2016
@@ -32,20 +32,27 @@ import java.util.Iterator;
 import java.util.List;
 
 /**
+ * <p>
  * A markup signs a component to be rendered different from the normal.
  * E. g. <code>markup="emphasized"</code> might be rendered bold
  * or a <code>markup="deleted"</code> might be rendered with line-through style.
  * The concrete rendering depends from the theme.
- * <p/>
+ * </p>
+ * <p>
  * The markup can also hold more than one value, e. g. <code>markup="emphasized, deleted"</code>.
- * <p/>
+ * </p>
+ * <p>
  * The value of the markup is unmodifiable.
- * <p/>
+ * </p>
+ * <p>
  * A markup must be registered for a component, before it can be used.
- * <p/>
+ * </p>
+ * <p>
  * A markup should only contain ASCII characters and digits.
- * <p/>
+ * </p>
+ * <p>
  * In JSPs the class {@link org.apache.myfaces.tobago.context.MarkupEditor} will convert the string literals.
+ * </p>
  */
 public final class Markup implements Serializable, Iterable<String> {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TabChangeEvent.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TabChangeEvent.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TabChangeEvent.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/event/TabChangeEvent.java Wed Apr 20 07:03:15 2016
@@ -37,7 +37,7 @@ public class TabChangeEvent extends Acti
   }
   
   /**
-   * @deprecated Please use {@link TabChangeEvent(UIComponent, Integer, Integer)}
+   * @deprecated Please use {@link #TabChangeEvent(UIComponent, Integer, Integer)}
    */
   @Deprecated
   public TabChangeEvent(final UIComponent uiComponent, final Object oldState, final Object newState) {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/MetaInfResourcesClasspathResourceResolver.java Wed Apr 20 07:03:15 2016
@@ -25,10 +25,13 @@ import org.slf4j.LoggerFactory;
 import java.net.URL;
 
 /**
+ * <p>
  * Provides facelets from the directory "META-INF/resources/" of any jar file in the classpath.
  * With the Servlet 3.0 specification this is no longer needed.
- * <p/>
+ * </p>
+ * <p>
  * To configure this ResourceResolver put this code into the web.xml file:
+ * </p>
  * <pre>
  *  &lt;context-param&gt;
  *    &lt;param-name&gt;javax.faces.FACELETS_RESOURCE_RESOLVER&lt;/param-name&gt;
@@ -37,7 +40,6 @@ import java.net.URL;
  *    &lt;/param-value&gt;
  *  &lt;/context-param&gt;
  * </pre>
- * <p/>
  */
 public class MetaInfResourcesClasspathResourceResolver extends DefaultResourceResolver {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/Resource.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/Resource.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/Resource.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/Resource.java Wed Apr 20 07:03:15 2016
@@ -54,7 +54,6 @@ public final class Resource {
    * @param ctx  the faces context from which to retrieve the resource
    * @param path an URL path
    * @return an url representing the URL and on which getInputStream() can be called to get the resource
-   * @throws java.net.MalformedURLException
    */
   public static URL getResourceUrl(final FacesContext ctx, final String path) throws MalformedURLException {
     final ExternalContext externalContext = ctx.getExternalContext();

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuCheckboxExtensionHandler.java Wed Apr 20 07:03:15 2016
@@ -25,16 +25,16 @@ import org.apache.myfaces.tobago.compone
 import javax.faces.view.facelets.ComponentConfig;
 
 /**
- * Facelets handler for the <code>&lt;tx:menuCheckbox></code> extension tag.
+ * Facelets handler for the <code>&lt;tx:menuCheckbox&gt;</code> extension tag.
  * <pre>
- * &lt;tx:menuCheckbox/></pre>
+ * &lt;tx:menuCheckbox/&gt;</pre>
  * is the short form of
  * <pre>
- * &lt;tc:menuCommand>
- *   &lt;f:facet name="checkbox">
- *     &lt;tc:selectBooleanCheckbox/>
- *   &lt;/f:facet>
- * &lt;/tc:menuCommand></pre>
+ * &lt;tc:menuCommand&gt;
+ *   &lt;f:facet name="checkbox"&gt;
+ *     &lt;tc:selectBooleanCheckbox/&gt;
+ *   &lt;/f:facet&gt;
+ * &lt;/tc:menuCommand&gt;</pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.
  */

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/facelets/extension/MenuRadioExtensionHandler.java Wed Apr 20 07:03:15 2016
@@ -25,20 +25,20 @@ import org.apache.myfaces.tobago.compone
 import javax.faces.view.facelets.ComponentConfig;
 
 /**
- * Facelets handler for the <code>&lt;tx:menuRadio></code> extension tag.
+ * Facelets handler for the <code>&lt;tx:menuRadio&gt;</code> extension tag.
  * <pre>
- * &lt;tx:menuRadio>
- *   &lt;tc:selectItems/> &lt;!-- body -->
- * &lt;/tx:menuRadio></pre>
+ * &lt;tx:menuRadio&gt;
+ *   &lt;tc:selectItems/&gt; &lt;!-- body --&gt;
+ * &lt;/tx:menuRadio&gt;</pre>
  * is the short form of
  * <pre>
- * &lt;tc:menuCommand>
- *   &lt;f:facet name="radio">
- *     &lt;tc:selectOneRadio>
- *       &lt;tc:selectItems/> &lt;!-- body -->
- *     &lt;/tc:selectOneRadio>
- *   &lt;/f:facet>
- * &lt;/tc:menuCommand></pre>
+ * &lt;tc:menuCommand&gt;
+ *   &lt;f:facet name="radio"&gt;
+ *     &lt;tc:selectOneRadio&gt;
+ *       &lt;tc:selectItems/&gt; &lt;!-- body --&gt;
+ *     &lt;/tc:selectOneRadio&gt;
+ *   &lt;/f:facet&gt;
+ * &lt;/tc:menuCommand&gt;</pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.
  */

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUICommand.java Wed Apr 20 07:03:15 2016
@@ -121,7 +121,7 @@ public abstract class AbstractUICommand
 
   /**
    Flag indicating that this element is disabled.
-   <br />Default: <code>false</code>
+   <br>Default: <code>false</code>
    */
   public boolean isDisabled() {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java Wed Apr 20 07:03:15 2016
@@ -43,9 +43,12 @@ import java.util.Map;
 import java.util.Set;
 
 /**
+ * <p>
  * Implementation of the Tobago configuration.
- * <p/>
+ * </p>
+ * <p>
  * All setters must are protected, so EL can't modify this config.
+ * </p>
  */
 public class TobagoConfigImpl extends TobagoConfig {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/LayoutUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/LayoutUtils.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/LayoutUtils.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/LayoutUtils.java Wed Apr 20 07:03:15 2016
@@ -77,7 +77,7 @@ public final class LayoutUtils {
 
   /**
    * This is needed, when the layout manager is set by a facet.
-   * This should be only used by the classic &lt;tc:gridLayout>
+   * This should be only used by the classic &lt;tc:gridLayout&gt;
    * @since 3.0.0
    * @deprecated since 3.0.0
    */

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/MathUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/MathUtils.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/MathUtils.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/layout/MathUtils.java Wed Apr 20 07:03:15 2016
@@ -31,7 +31,7 @@ public final class MathUtils {
 
   /**
    * Adjusts the list of double values to rounded values with the same sum.
-   * E. g. 2.3, 2.4, 2.5, 2.8 -> 2.0, 2.0, 3.0, 3.0
+   * E. g. 2.3, 2.4, 2.5, 2.8 -&gt; 2.0, 2.0, 3.0, 3.0
    */
   public static void adjustRemainders(final double[] list, double bias) {
     for (final double ignored : list) {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/AttributeTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/AttributeTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/AttributeTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/AttributeTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -48,17 +48,17 @@ public interface AttributeTagDeclaration
   /**
    * Warning: The mode is only available when using Facelets.
    * Allowed values are "action", "actionListener", "actionFromValue", "isNotSet", "isSet", "valueIfSet".
-   * <br/>
+   * <br>
    * "action" (method binding) evaluate the expression to find the method binding which is referenced with the template.
-   * <br/>
+   * <br>
    * "actionListener" same as "action" but for the method signature of ActionListeners.
-   * <br/>
+   * <br>
    * "isSet" (boolean) checks, if the expression is set from the composition caller.
-   * <br/>
+   * <br>
    * "isNotSet" (boolean) negation of "isSet"
-   * <br/>
+   * <br>
    * "actionFromValue" Evaluates the ValueBinding to get an outcome set directly (no action method)
-   * <br/>
+   * <br>
    * "valueIfSet" set the attribute only if the value is set.
    */
   @TagAttribute(name = "mode")

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/DateTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -48,7 +48,7 @@ import javax.faces.component.UIInput;
 /**
  * Renders a date input field.
  *
- * For a time input field set you'll need to set the &lt;f:convertDateTime type="time"> inside the &lt;tc:date>.
+ * For a time input field set you'll need to set the &lt;f:convertDateTime type="time"&gt; inside the &lt;tc:date&gt;.
  */
 @Tag(name = "date")
 @UIComponentTag(

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FileTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FileTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FileTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FileTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -44,9 +44,12 @@ import org.apache.myfaces.tobago.interna
 import javax.faces.component.UIInput;
 
 /**
+ * <p>
  * Renders a file input field.
- * <p />
+ * </p>
+ * <p>
  * For content constraints please use <a href="validateFileItem.html">tc:validateFileItem</a>.
+ * </p>
  */
 @Tag(name = "file")
 @UIComponentTag(

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/GridLayoutTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -42,8 +42,8 @@ import org.apache.myfaces.tobago.interna
  * PIXEL        ::= NUMBER "px"
  * PROPORTIONAL ::= [NUMBER] "*"
  * </pre>
- * <p/>
  * <table border="1">
+ * <caption>GridLayout</caption>
  * <tr>
  * <th>Parent</th>
  * <th>Child</th>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LoadBundleTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LoadBundleTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LoadBundleTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/LoadBundleTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -28,15 +28,19 @@ import org.apache.myfaces.tobago.apt.ann
 import javax.el.ValueExpression;
 
 /**
+ * <p>
  * Load a resource bundle localized for the locale of the current view
  * from the tobago resource path, and expose it (as a Map) in the session
  * attributes (session scope is needed to support ajax requests).
- * <p />
+ * </p>
+ * <p>
  * The main difference to the JSF tag f:localBundle is the support of Tobago themes and
  * the XML formal for properties files.
- * <p />
+ * </p>
+ * <p>
  * Since JSF 1.2 it is possible to use a {@link org.apache.myfaces.tobago.context.TobagoBundle}
  * and configure it in the faces-config.xml.
+ * </p>
  */
 @Tag(name = "loadBundle")
 @SimpleTag(

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/MenuBarTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -29,9 +29,9 @@ import org.apache.myfaces.tobago.interna
 import javax.faces.component.UIPanel;
 
 /**
-* Renders a menu bar.<br />
+* Renders a menu bar.<br>
 * Add menu bar as facet name="menuBar" to page tag or use it anywhere
-* on page.<br />
+* on page.
 */
 @Tag(name = "menuBar")
 @BodyContentDescription(

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ScriptTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ScriptTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ScriptTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ScriptTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -28,7 +28,7 @@ import org.apache.myfaces.tobago.interna
 
 /**
  * This tag adds script files to include into the rendered page.
- * <p/>
+ * <br>
  * Deprecated (because of CSP): This tag adds client side script to the rendered page.
  */
 @Tag(name = "script")

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -60,7 +60,7 @@ public interface SheetTagDeclaration
     extends HasIdBindingAndRendered, IsVisual, HasRenderedPartially, IsShowRoot, IsShowRootJunction, HasVar {
   /**
    * LayoutConstraints for column layout.
-   * Semicolon separated list of layout tokens ('&lt;x>*', '&lt;x>px' or '&lt;x>%') or "auto"
+   * Semicolon separated list of layout tokens ('&lt;x&gt;*', '&lt;x&gt;px' or '&lt;x&gt;%') or "auto"
    */
   @TagAttribute
   @UIComponentTagAttribute()
@@ -76,7 +76,7 @@ public interface SheetTagDeclaration
   /**
    * The number of rows to display, starting with the one identified by the
    * "first" property.
-   * <br/> The default has been changed from 100 to 0 because this is the default
+   * <br> The default has been changed from 100 to 0 because this is the default
    * in the JSF standard (since Tobago 1.5).
    */
   @TagAttribute
@@ -104,17 +104,17 @@ public interface SheetTagDeclaration
   void setValue(String value);
 
   /**
-   * Flag indicating whether or not the paging panel should be display, if it is not needed for paging.<br />
+   * Flag indicating whether or not the paging panel should be display, if it is not needed for paging.<br>
    * <ul>
    * <li>showPagingAlways="false" which is the default means, that the paging footer should be displayed,
-   * only when it is needed.</li>
+   * only when it is needed.
    * <ul>
-   * <li>When the rows="0" paging is not needed, so the footer will not be rendered,</li>
+   * <li>When the rows="0" paging is not needed, so the footer will not be rendered,
    * <li>when rows="N", N &gt; 0 and the size of the data value is &lt;= N paging is not needed
-   * and the footer will not be rendered,</li>
-   * <li>in any other case the paging footer will be displayed.</li>
+   * and the footer will not be rendered,
+   * <li>in any other case the paging footer will be displayed.
    * </ul>
-   * <li>showPagingAlways="true" means, that the paging footer should be displayed in any case.</li>
+   * <li>showPagingAlways="true" means, that the paging footer should be displayed in any case.
    * </ul>
    */
   @TagAttribute
@@ -122,7 +122,7 @@ public interface SheetTagDeclaration
   void setShowPagingAlways(String showPagingAlways);
 
   /**
-   * The count of rendered direct paging links in the sheet's footer.<br />
+   * The count of rendered direct paging links in the sheet's footer.<br>
    */
   @TagAttribute
   @UIComponentTagAttribute(type = "java.lang.Integer", defaultValue = "9")
@@ -130,7 +130,7 @@ public interface SheetTagDeclaration
 
   /**
    * Flag indicating whether or not this sheet should reserve space for
-   * vertical toolbar when calculating column width's.<br />
+   * vertical toolbar when calculating column width's.<br>
    * Possible values are: <pre>
    *      'auto'  : sheet try to estimate the need of scrollbar.
    *      'true'  : space for scrollbar is reserved.

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/StyleTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/StyleTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/StyleTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/StyleTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -32,9 +32,12 @@ import org.apache.myfaces.tobago.layout.
 import org.apache.myfaces.tobago.layout.TextAlign;
 
 /**
+ * <p>
  * Add a style tag with the given file name.
- * <p/>
+ * </p>
+ * <p>
  * Remark: Inline styles are deprecated because of CSP.
+ * </p>
  */
 @Tag(name = "style")
 @BodyContentDescription(contentType = "css")

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SuggestTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -58,10 +58,10 @@ public interface SuggestTagDeclaration e
    * MethodBinding which generates a list of suggested input values based on
    * the currently entered text, which could be retrieved via getSubmittedValue() on the UIIn.
    * The expression has to evaluate to a public method which has a javax.faces.component.UIInput parameter
-   * and returns a List&lt;String>, a List&lt;org.apache.myfaces.tobago.model.AutoSuggestItem>
+   * and returns a List&lt;String&gt;, a List&lt;org.apache.myfaces.tobago.model.AutoSuggestItem&gt;
    * or a org.apache.myfaces.tobago.model.AutoSuggestItems.
    *
-   * @deprecated Please use an <code>&lt;tc:selectItems></code> tag or a list of <code>&lt;tc:selectItem></code> tags
+   * @deprecated Please use an <code>&lt;tc:selectItems&gt;</code> tag or a list of <code>&lt;tc:selectItem&gt;</code> tags
    * (TODO: not implemented yet).
    */
   @Deprecated
@@ -107,12 +107,14 @@ public interface SuggestTagDeclaration e
 
   /**
    * TODO: not implemented yet
-   * <p/>
+   * <p>
    * Additional client side filtering of the result list.
    * This is useful when sending the full list initially to the client and
    * setting <code>update=false</code>.
-   * <p/>
+   * </p>
+   * <p>
    * Possible values are:
+   * </p>
    * <dl>
    *   <dt>all</dt>
    *   <dd>no filtering</dd>
@@ -121,9 +123,10 @@ public interface SuggestTagDeclaration e
    *   <dt>contains</dt>
    *   <dd>checks if the typed text is inside of the suggested string</dd>
    * </dl>
-   * <p/>
+   * <p>
    * The filter will only applied on the client side and
    * only if server updated (by AJAX) are turned off (<code>update=false</code>);
+   * </p>
    */
   @TagAttribute
   @UIComponentTagAttribute(
@@ -137,9 +140,10 @@ public interface SuggestTagDeclaration e
 
   /**
    * TODO: not implemented yet
-   * <p/>
+   * <p>
    * Should the list be updated while typing (via AJAX). This is the default behaviour.
-   * If you set this value to <code>false</code>, please set the <code>minimumCharacters="0"</pre>.
+   * If you set this value to <code>false</code>, please set the <code>minimumCharacters="0"</code>.
+   * </p>
    */
   @TagAttribute
   @UIComponentTagAttribute(type = "boolean", defaultValue = "true")

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabGroupTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabGroupTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabGroupTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/TabGroupTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -61,9 +61,12 @@ public interface TabGroupTagDeclaration
   void setShowNavigationBar(String showNavigationBar);
 
   /**
+   * <p>
    * Indicating how tab switching should be done.
-   * <p/>
+   * </p>
+   * <p>
    * Possible values are:
+   * </p>
    * <dl>
    *   <dt>client</dt>
    *   <dd>Tab switching is done on client, no server Request.</dd>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ToolBarTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ToolBarTagDeclaration.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ToolBarTagDeclaration.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/ToolBarTagDeclaration.java Wed Apr 20 07:03:15 2016
@@ -30,15 +30,14 @@ import org.apache.myfaces.tobago.interna
 import javax.faces.component.UIPanel;
 
 /**
- * <p/>
- * Renders a toolbar.<p />
+ * Renders a toolbar.<br>
  * Allowed subcomponents are subtypes of UICommand i.e.
  * <code>'button'</code> and <code>'link'</code> tags.
  * These are rendered by ToolbarRenderer, so the result has
- * no difference.<p />
+ * no difference.<br>
  * To add an drop down menu to a button add a facet <code>'dropDownMenu'</code>
  * containing a
- * <a href="menu.html"><code>&lt;tc:menu></code></a>
+ * <a href="menu.html"><code>&lt;tc:menu&gt;</code></a>
  * tag to the button. Label's and Image's on those menu tag's are ignored
  * and replaced by the renderer.
  * <pre>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasColumnLayout.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasColumnLayout.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasColumnLayout.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasColumnLayout.java Wed Apr 20 07:03:15 2016
@@ -25,8 +25,8 @@ import org.apache.myfaces.tobago.apt.ann
 public interface HasColumnLayout {
   /**
    * This value defines the layout constraints for column layout.
-   * It is a semicolon separated list of layout tokens '[&lt;n>]*', '&lt;n>px' or 'auto'.
-   * Where &lt;n> is a non negative integer and the square brackets means optional.
+   * It is a semicolon separated list of layout tokens '[&lt;n&gt;]*', '&lt;n&gt;px' or 'auto'.
+   * Where &lt;n&gt; is a non negative integer and the square brackets means optional.
    * Example: '2*;*;100px;auto'.
    */
   @TagAttribute

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasPlaceholder.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasPlaceholder.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasPlaceholder.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasPlaceholder.java Wed Apr 20 07:03:15 2016
@@ -25,10 +25,13 @@ import org.apache.myfaces.tobago.apt.ann
 public interface HasPlaceholder {
 
   /**
+   * <p>
    * Displays a short text in the input field, that describes the meaning of this field.
    * This is part of HTML 5, the theme should emulate the behaviour, when the browser doesn't support it.
-   * <p/>
+   * </p>
+   * <p>
    * The text will not be displayed, when the input field is readonly or disabled.
+   * </p>
    * @param placeholder The text to display
    */
   @TagAttribute

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRenderedPartially.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRenderedPartially.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRenderedPartially.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRenderedPartially.java Wed Apr 20 07:03:15 2016
@@ -30,6 +30,7 @@ public interface HasRenderedPartially {
    * </p>
    * <p>
    * The search depends on the number of prefixed colons in the relativeId:
+   * </p>
    * <dl>
    *   <dd>number of prefixed colons == 0</dd>
    *   <dt>fully relative</dt>
@@ -39,10 +40,9 @@ public interface HasRenderedPartially {
    *   <dt>search in the current naming container (same as 0 colons)</dt>
    *   <dd>number of prefixed colons == 3</dd>
    *   <dt>search in the parent naming container of the current naming container</dt>
-   *   <dd>number of prefixed colons > 3</dd>
+   *   <dd>number of prefixed colons &gt; 3</dd>
    *   <dt>go to the next parent naming container for each additional colon</dt>
    * </dl>
-   * </p>
    * <p>
    * If a literal is specified: to use more than one identifier the identifiers must be space delimited.
    * </p>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasRowLayout.java Wed Apr 20 07:03:15 2016
@@ -25,8 +25,8 @@ import org.apache.myfaces.tobago.apt.ann
 public interface HasRowLayout {
   /**
    * This value defines the layout constraints for row layout.
-   * It is a semicolon separated list of layout tokens '[&lt;n>]*', '&lt;n>px' or 'auto'.
-   * Where &lt;n> is a non negative integer and the square brackets means optional.
+   * It is a semicolon separated list of layout tokens '[&lt;n&gt;]*', '&lt;n&gt;px' or 'auto'.
+   * Where &lt;n&gt; is a non negative integer and the square brackets means optional.
    * Example: '2*;*;100px;auto'.
    */
   @TagAttribute

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasTabIndex.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasTabIndex.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasTabIndex.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasTabIndex.java Wed Apr 20 07:03:15 2016
@@ -33,8 +33,6 @@ public interface HasTabIndex {
    * in the order they appear in the character stream
    * Elements that are disabled or with a negative tabIndex
    * do not participate in the tabbing order.
-   *
-   * @param tabIndex
    */
   @TagAttribute
   @UIComponentTagAttribute(type = "java.lang.Integer")

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValueChangeListener.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValueChangeListener.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValueChangeListener.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValueChangeListener.java Wed Apr 20 07:03:15 2016
@@ -29,8 +29,6 @@ public interface HasValueChangeListener
    * that will be notified when a new value has been set for this input component.
    * The expression must evaluate to a public method that takes a ValueChangeEvent
    * parameter, with a return type of void.
-   *
-   * @param valueChangeListener
    */
   @TagAttribute
   @UIComponentTagAttribute(

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/IsVisual.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/IsVisual.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/IsVisual.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/IsVisual.java Wed Apr 20 07:03:15 2016
@@ -25,7 +25,7 @@ import org.apache.myfaces.tobago.apt.ann
 public interface IsVisual {
 
   /**
-   * For internal use. Used for rendering, if there is a child tag &lt;tc:style>
+   * For internal use. Used for rendering, if there is a child tag &lt;tc:style&gt;
    */
   @UIComponentTagAttribute(type = "org.apache.myfaces.tobago.renderkit.css.Style")
   void setStyle(String style);
@@ -33,16 +33,16 @@ public interface IsVisual {
   /**
    * Sets a CSS class in its parent, if the parent supports it.
    *
-   * Which this feature it is possible to put a CSS class name into a component with the <tc:style> tag. Example:
+   * Which this feature it is possible to put a CSS class name into a component with the &lt;tc:style&gt; tag. Example:
    *
    * <pre>
-   * &lt;tc:in>
-   *   &lt;tc:style customClass="my-emphasized"/>
-   * &lt;/tc:in>
+   * &lt;tc:in&gt;
+   *   &lt;tc:style customClass="my-emphasized"/&gt;
+   * &lt;/tc:in&gt;
    * </pre>
    *
    * One capability is, to used external CSS libs.
-   * <br/>
+   * <br>
    * This feature should not be used imprudent.
    * Because it might be unstable against changes in the renderered HTML code.
    */

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/DateExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/DateExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/DateExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/DateExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -30,19 +30,18 @@ import javax.el.ValueExpression;
 
 /**
  * Renders a date input field with a date picker and a label.
- * <br />
+ * <br>
  * Short syntax of:
- * <p/>
  * <pre>
- * &lt;tc:panel>
- *   &lt;f:facet name="layout">
- *     &lt;tc:gridLayout columns="auto;*"/>
- *   &lt;/f:facet>
- *   &lt;tc:label value="#{label}" for="@auto"/>
- *   &lt;tc:date value="#{value}">
+ * &lt;tc:panel&gt;
+ *   &lt;f:facet name="layout"&gt;
+ *     &lt;tc:gridLayout columns="auto;*"/&gt;
+ *   &lt;/f:facet&gt;
+ *   &lt;tc:label value="#{label}" for="@auto"/&gt;
+ *   &lt;tc:date value="#{value}"&gt;
  *     ...
- *   &lt;/tc:in>
- * &lt;/tc:panel>
+ *   &lt;/tc:in&gt;
+ * &lt;/tc:panel&gt;
  * </pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/FileExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/FileExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/FileExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/FileExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -27,19 +27,18 @@ import org.apache.myfaces.tobago.apt.ann
 
 /**
  * Renders a file input field with a label.
- * <p/>
+ * <br>
  * Short syntax of:
- * <p/>
  * <pre>
- * &lt;tc:panel>
- *   &lt;f:facet name="layout">
- *     &lt;tc:gridLayout columns="auto;*"/>
- *   &lt;/f:facet>
- *   &lt;tc:label value="#{label}" for="@auto"/>
- *   &lt;tc:file value="#{value}">
+ * &lt;tc:panel&gt;
+ *   &lt;f:facet name="layout"&gt;
+ *     &lt;tc:gridLayout columns="auto;*"/&gt;
+ *   &lt;/f:facet&gt;
+ *   &lt;tc:label value="#{label}" for="@auto"/&gt;
+ *   &lt;tc:file value="#{value}"&gt;
  *     ...
- *   &lt;/tc:in>
- * &lt;/tc:panel>
+ *   &lt;/tc:in&gt;
+ * &lt;/tc:panel&gt;
  * </pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/InExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/InExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/InExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/InExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -30,19 +30,18 @@ import javax.el.ValueExpression;
 
 /**
  * Renders a text input field with a label.
- * <br />
+ * <br>
  * Short syntax of:
- * <p/>
  * <pre>
- * &lt;tc:panel>
- *   &lt;f:facet name="layout">
- *     &lt;tc:gridLayout columns="auto;*"/>
- *   &lt;/f:facet>
- *   &lt;tc:label value="#{label}" for="@auto"/>
- *   &lt;tc:in value="#{value}">
+ * &lt;tc:panel&gt;
+ *   &lt;f:facet name="layout"&gt;
+ *     &lt;tc:gridLayout columns="auto;*"/&gt;
+ *   &lt;/f:facet&gt;
+ *   &lt;tc:label value="#{label}" for="@auto"/&gt;
+ *   &lt;tc:in value="#{value}"&gt;
  *     ...
- *   &lt;/tc:in>
- * &lt;/tc:panel>
+ *   &lt;/tc:in&gt;
+ * &lt;/tc:panel&gt;
  * </pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.
@@ -138,7 +137,7 @@ public interface InExtensionTag {
    * MethodBinding which generates a list of suggested input values based on
    * the currently entered text, which could be retrieved via getSubmittedValue() on the UIIn.
    * The expression has to evaluate to a public method which has a javax.faces.component.UIInput parameter
-   * and returns a List&lt;String>(deprecated), a List&lt;org.apache.myfaces.tobago.model.AutoSuggestItem>
+   * and returns a List&lt;String&gt;(deprecated), a List&lt;org.apache.myfaces.tobago.model.AutoSuggestItem&gt;
    * or a org.apache.myfaces.tobago.model.AutoSuggestItems.
    *
    * @deprecated since 2.0.0, please use tc:suggest

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuCheckboxExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuCheckboxExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuCheckboxExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuCheckboxExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -28,14 +28,14 @@ import org.apache.myfaces.tobago.apt.ann
 /**
  * Renders a menu item like a check box.
  * <pre>
- * &lt;tx:menuCheckbox/></pre>
+ * &lt;tx:menuCheckbox/&gt;</pre>
  * is the short form of
  * <pre>
- * &lt;tc:menuCommand>
- *   &lt;f:facet name="checkbox">
- *     &lt;tc:selectBooleanCheckbox/>
- *   &lt;/f:facet>
- * &lt;/tc:menuCommand></pre>
+ * &lt;tc:menuCommand&gt;
+ *   &lt;f:facet name="checkbox"&gt;
+ *     &lt;tc:selectBooleanCheckbox/&gt;
+ *   &lt;/f:facet&gt;
+ * &lt;/tc:menuCommand&gt;</pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.
  */
@@ -74,8 +74,6 @@ public interface MenuCheckboxExtensionTa
 
   /**
    * Script to be invoked when clicked
-   *
-   * @param onclick
    */
   @TagAttribute
   @UIComponentTagAttribute()
@@ -83,8 +81,6 @@ public interface MenuCheckboxExtensionTa
 
   /**
    * Link to an arbitrary URL
-   *
-   * @param link
    */
   @TagAttribute
   @UIComponentTagAttribute()

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuRadioExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuRadioExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuRadioExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/MenuRadioExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -28,18 +28,18 @@ import org.apache.myfaces.tobago.apt.ann
 /**
  * Renders menu items like radio buttons (select one).
  * <pre>
- * &lt;tx:menuRadio>
- *   &lt;tc:selectItems/> &lt;!-- body -->
- * &lt;/tx:menuRadio></pre>
+ * &lt;tx:menuRadio&gt;
+ *   &lt;tc:selectItems/&gt; &lt;!-- body --&gt;
+ * &lt;/tx:menuRadio&gt;</pre>
  * is the short form of
  * <pre>
- * &lt;tc:menuCommand>
- *   &lt;f:facet name="radio">
- *     &lt;tc:selectOneRadio>
- *       &lt;tc:selectItems/> &lt;!-- body -->
- *     &lt;/tc:selectOneRadio>
- *   &lt;/f:facet>
- * &lt;/tc:menuCommand></pre>
+ * &lt;tc:menuCommand&gt;
+ *   &lt;f:facet name="radio"&gt;
+ *     &lt;tc:selectOneRadio&gt;
+ *       &lt;tc:selectItems/&gt; &lt;!-- body --&gt;
+ *     &lt;/tc:selectOneRadio&gt;
+ *   &lt;/f:facet&gt;
+ * &lt;/tc:menuCommand&gt;</pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.
  */

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/OutExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/OutExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/OutExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/OutExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -29,19 +29,18 @@ import javax.el.ValueExpression;
 
 /**
  * Renders a text output field with a label.
- * <br />
+ * <br>
  * Short syntax of:
- * <p/>
  * <pre>
- * &lt;tc:panel>
- *   &lt;f:facet name="layout">
- *     &lt;tc:gridLayout columns="auto;*"/>
- *   &lt;/f:facet>
- *   &lt;tc:label value="#{label}" for="@auto"/>
- *   &lt;tc:out value="#{value}">
+ * &lt;tc:panel&gt;
+ *   &lt;f:facet name="layout"&gt;
+ *     &lt;tc:gridLayout columns="auto;*"/&gt;
+ *   &lt;/f:facet&gt;
+ *   &lt;tc:label value="#{label}" for="@auto"/&gt;
+ *   &lt;tc:out value="#{value}"&gt;
  *     ...
- *   &lt;/tc:out>
- * &lt;/tc:panel>
+ *   &lt;/tc:out&gt;
+ * &lt;/tc:panel&gt;
  * </pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/SeparatorExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/SeparatorExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/SeparatorExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/SeparatorExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -26,15 +26,14 @@ import org.apache.myfaces.tobago.apt.ann
 
 /**
  * Renders a separator.
- * <br />
+ * <br>
  * Short syntax of:
- * <p/>
  * <pre>
- * &lt;tc:separator>
- *   &lt;f:facet name="label">
- *     &lt;tc:label value="label"/>
- *   &lt;/f:facet>
- * &lt;/tc:separator>
+ * &lt;tc:separator&gt;
+ *   &lt;f:facet name="label"&gt;
+ *     &lt;tc:label value="label"/&gt;
+ *   &lt;/f:facet&gt;
+ * &lt;/tc:separator&gt;
  * </pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/TextareaExtensionTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/TextareaExtensionTag.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/TextareaExtensionTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/extension/TextareaExtensionTag.java Wed Apr 20 07:03:15 2016
@@ -27,19 +27,18 @@ import org.apache.myfaces.tobago.apt.ann
 
 /**
  * Renders a multi line text input control with a label.
- * <br />
+ * <br>
  * Short syntax of:
- * <p/>
  * <pre>
- * &lt;tc:panel>
- *   &lt;f:facet name="layout">
- *     &lt;tc:gridLayout columns="auto;*"/>
- *   &lt;/f:facet>
- *   &lt;tc:label value="#{label}" for="@auto"/>
- *   &lt;tc:textarea value="#{value}">
+ * &lt;tc:panel&gt;
+ *   &lt;f:facet name="layout"&gt;
+ *     &lt;tc:gridLayout columns="auto;*"/&gt;
+ *   &lt;/f:facet&gt;
+ *   &lt;tc:label value="#{label}" for="@auto"/&gt;
+ *   &lt;tc:textarea value="#{value}"&gt;
  *     ...
- *   &lt;/tc:in>
- * &lt;/tc:panel>
+ *   &lt;/tc:in&gt;
+ * &lt;/tc:panel&gt;
  * </pre>
  *
  * @deprecated since Tobago 3.0. The tx-library is deprecated, please use the tc-library.

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/DateFormatUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/DateFormatUtils.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/DateFormatUtils.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/DateFormatUtils.java Wed Apr 20 07:03:15 2016
@@ -28,7 +28,6 @@ import java.util.Locale;
 /**
  * This code is taken from myfaces core.
  * TODO: Should be sharable (e.g. myfaces-commons).
- * <p/>
  */
 public final class DateFormatUtils {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/layout/TextAlign.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/layout/TextAlign.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/layout/TextAlign.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/layout/TextAlign.java Wed Apr 20 07:03:15 2016
@@ -72,14 +72,14 @@ public enum TextAlign {
   public static final String STRING_JUSTIFY = "justify";
 
   /**
-   * @deprecated Since Tobago 3.0.0 Please use {@link TextAlign:name}
+   * @deprecated Since Tobago 3.0.0 Please use {@link TextAlign#name}
    */
   public String getValue() {
     return name();
   }
 
   /**
-   * @deprecated Since Tobago 3.0.0 Please use {@link TextAlign:valueOf}
+   * @deprecated Since Tobago 3.0.0 Please use {@link TextAlign#valueOf}
    */
   @Deprecated
   public static TextAlign parse(final String string) {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/TreePath.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/TreePath.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/TreePath.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/model/TreePath.java Wed Apr 20 07:03:15 2016
@@ -29,7 +29,7 @@ import java.util.List;
  * Handles a path in a tree from the root node to the position inside this tree.
  * The position of the root node is dropped in the list, because it would always be zero.
  * The path of the root node as length 0.
- * <p/>
+ * <br>
  * Example:
  * <pre>
  *  + Root               Path: []

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/Classes.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/Classes.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/Classes.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/renderkit/css/Classes.java Wed Apr 20 07:03:15 2016
@@ -39,22 +39,21 @@ import javax.faces.context.FacesContext;
  * abbreviation) are possible. The class works like a factory, so caching will be possible.
  * </p>
  * <p>
- * The default naming conventions allow these values:<br/>
+ * The default naming conventions allow these values:
+ * </p>
  * <ul>
- *   <li>tobago-&lt;rendererName></li>
- *   <li>tobago-&lt;rendererName>-markup-&lt;markupName></li>
- *   <li>tobago-&lt;rendererName>-&lt;subElement></li>
- *   <li>tobago-&lt;rendererName>-&lt;subElement>-markup-&lt;markupName></li>
+ *   <li>tobago-&lt;rendererName&gt;
+ *   <li>tobago-&lt;rendererName&gt;-markup-&lt;markupName&gt;
+ *   <li>tobago-&lt;rendererName&gt;-&lt;subElement&gt;
+ *   <li>tobago-&lt;rendererName&gt;-&lt;subElement&gt;-markup-&lt;markupName&gt;
  * </ul>
- * </p>
- * <p>
- * where <ul> <li>&lt;rendererName>, &lt;subElement> and &lt;markupName> must only contain ASCII-chars and -numbers</li>
- * <li>&lt;rendererName> is the rendererType with a lower case char as first char</li> <li>&lt;subElement> is a sub
- * element of the main tag in the output language (e.g. HTML)</li> <li>&lt;markupName> is the name of an existing
+ * <br>
+ * where <ul> <li>&lt;rendererName&gt;, &lt;subElement&gt; and &lt;markupName&gt; must only contain ASCII-chars and -numbers</li>
+ * <li>&lt;rendererName&gt; is the rendererType with a lower case char as first char</li> <li>&lt;subElement&gt; is a sub
+ * element of the main tag in the output language (e.g. HTML)</li> <li>&lt;markupName&gt; is the name of an existing
  * markup</li> </ul> If the markup contains more than one name, there will be generated more than one output string.
  * E.g.: UIIn with Markup [readonly, error] will get the class "tobago-in tobago-in-markup-readonly
  * tobago-in-markup-error".
- * </p>
  */
 public final class Classes {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/NonFacesRequestServlet.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/NonFacesRequestServlet.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/NonFacesRequestServlet.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/NonFacesRequestServlet.java Wed Apr 20 07:03:15 2016
@@ -37,7 +37,7 @@ import javax.servlet.http.HttpServletRes
 import java.io.IOException;
 
 /**
- * @deprecated since Tobago 2.0.8 - Please use &lt;f:initParam> instead - see also TOBAGO-1456
+ * @deprecated since Tobago 2.0.8 - Please use &lt;f:initParam&gt; instead - see also TOBAGO-1456
  */
 @Deprecated
 public abstract class NonFacesRequestServlet extends HttpServlet {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/ResourceServlet.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/ResourceServlet.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/ResourceServlet.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/servlet/ResourceServlet.java Wed Apr 20 07:03:15 2016
@@ -41,7 +41,7 @@ import java.util.List;
 import java.util.Set;
 
 /**
- * <p><pre>
+ * <pre>
  * &lt;servlet&gt;
  *   &lt;servlet-name&gt;ResourceServlet&lt;/servlet-name&gt;
  *   &lt;servlet-class&gt;org.apache.myfaces.tobago.servlet.ResourceServlet&lt;/servlet-class&gt;
@@ -62,7 +62,7 @@ import java.util.Set;
  *   &lt;servlet-name&gt;ResourceServlet&lt;/servlet-name&gt;
  *   &lt;url-pattern&gt;/org/apache/myfaces/tobago/renderkit/*&lt;/url-pattern&gt;
  * &lt;/servlet-mapping&gt;
- * </pre><p>
+ * </pre>
  *
  * @since 1.0.7
  */

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/BeanComparator.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/BeanComparator.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/BeanComparator.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/BeanComparator.java Wed Apr 20 07:03:15 2016
@@ -53,10 +53,6 @@ public class BeanComparator extends Comp
     this.property = property;
   }
 
-  /**
-   * @param param1 <description>
-   * @return <description>
-   */
   public boolean equals(final Object param1) {
     if (this == param1) {
       return true;
@@ -77,11 +73,6 @@ public class BeanComparator extends Comp
 
   // implementation of java.util.Comparator interface
 
-  /**
-   * @param param1 <description>
-   * @param param2 <description>
-   * @return <description>
-   */
   @Override
   public int compare(final Object param1, final Object param2) {
     final Object obj1;

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java Wed Apr 20 07:03:15 2016
@@ -591,6 +591,7 @@ public final class ComponentUtils {
   /**
    * <p>
    * The search depends on the number of prefixed colons in the relativeId:
+   * </p>
    * <dl>
    *   <dd>number of prefixed colons == 0</dd>
    *   <dt>fully relative</dt>
@@ -600,10 +601,9 @@ public final class ComponentUtils {
    *   <dt>search in the current naming container (same as 0 colons)</dt>
    *   <dd>number of prefixed colons == 3</dd>
    *   <dt>search in the parent naming container of the current naming container</dt>
-   *   <dd>number of prefixed colons > 3</dd>
+   *   <dd>number of prefixed colons &gt; 3</dd>
    *   <dt>go to the next parent naming container for each additional colon</dt>
    * </dl>
-   * </p>
    * <p>
    * If a literal is specified: to use more than one identifier the identifiers must be space delimited.
    * </p>

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/LocaleUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/LocaleUtils.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/LocaleUtils.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/LocaleUtils.java Wed Apr 20 07:03:15 2016
@@ -71,7 +71,7 @@ public final class LocaleUtils {
   /**
    * Returns a list of strings, which are used as suffix for resources from resource manager.
    * 
-   * Sample: "de_DE" -> "_de_DE", "_de", "" 
+   * Sample: "de_DE" -&gt; "_de_DE", "_de", ""
    */
   public static List<String> getLocaleSuffixList(final Locale locale) {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ValueExpressionComparator.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ValueExpressionComparator.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ValueExpressionComparator.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ValueExpressionComparator.java Wed Apr 20 07:03:15 2016
@@ -108,11 +108,6 @@ public class ValueExpressionComparator e
 
   // implementation of java.util.Comparator interface
 
-  /**
-   * @param param1 <description>
-   * @param param2 <description>
-   * @return <description>
-   */
   @Override
   public int compare(final Object param1, final Object param2) {
     final Object obj1;

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriter.java Wed Apr 20 07:03:15 2016
@@ -40,9 +40,10 @@ import java.io.IOException;
 import java.io.Writer;
 
 /**
+ * <p>
  * This provides an alternative ResponseWriter interfaces, which allows optimizations.
  * E. g. some attributes needed to to be escaped.
- * <p/>
+ * </p>
  */
 public abstract class TobagoResponseWriter extends ResponseWriter {
 

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg?rev=1740060&r1=1740059&r2=1740060&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component.stg Wed Apr 20 07:03:15 2016
@@ -110,10 +110,10 @@ createDescription(property) ::= <<
 /**
 <property.description>
 <if(property.defaultValue)>
-\<br /\>Default: \<code\><property.defaultValue>\</code\>
+\<br\>Default: \<code\><property.defaultValue>\</code\>
 <endif>
 <if(property.allowedValues)>
-\<br /\>Allowed Values: \<code\><property.allowedValues:allowedValue(); separator=",">\</code\>
+\<br\>Allowed Values: \<code\><property.allowedValues:allowedValue(); separator=",">\</code\>
 <endif>
 
 <if(property.deprecated)>