-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Labels:None
{markdown}
The Liferay Faces Generator currently has access to the description of JSF attributes. The description is generated in the `taglib.xml` file for VDLDoc purposes. The generator should take advantage of the description documentation by also generating JavaDoc on getters/setters for attributes.
The JavaDoc should look something like this:
/**
* Getter for ${attrName}. ${attrDescription from taglib.xml}
*/
{markdown}
The Liferay Faces Generator currently has access to the description of JSF attributes. The description is generated in the `taglib.xml` file for VDLDoc purposes. The generator should take advantage of the description documentation by also generating JavaDoc on getters/setters for attributes.
The JavaDoc should look something like this:
/**
* Getter for ${attrName}. ${attrDescription from taglib.xml}
*/
{markdown}