
| Key: |
WW-971
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Rene Gielen
|
| Reporter: |
Rene Gielen
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Generate and integrate custom doclet tasks to
- build tld from component sources instead of JSP tag sources where applicable
- fix wrong tld header from current generated tld
- integrate descriptions into tld where applicable
- automatically generate uniforrm html tag documentation from annotated component and JSP tag classes
|
|
Description
|
Generate and integrate custom doclet tasks to
- build tld from component sources instead of JSP tag sources where applicable
- fix wrong tld header from current generated tld
- integrate descriptions into tld where applicable
- automatically generate uniforrm html tag documentation from annotated component and JSP tag classes |
Show » |
|
- added taglib annotations to components to prepare tld and tagdoc generation
- added (sometimes simple) description of all attributes
- all javadocs now in proposed wiki aware format, including existing wiki docs where existent
- removed taglib annotations which were moved to components
- added / fixed annotations for JSP only attributes, including description
- added custom tld generation template derived from xdoclet template to be able to generate tld from non tag classes
- added very simple templates for tagdoc generation
- changed tld build to use our new custom template to generate tld
- added doclet task for generating tag documentation. NOT YET INTEGRATED INTO DIST DOC BUILD, JUST STANDALONE TO TEST!