Hi!
I have just noticed that tapestry-component report strips all HTML tags
from the javadoc.
Example:
/*
* Component that only shows a message if a given text is not null and not
empty.
* It puts the message inside a <code>div</code> with class
<code>t-crud-message</code>.
* One example can be found in
* <a
href="http://ars-machina.svn.sourceforge.net/viewvc/ars-machina/example/trunk/src/main/webapp/project/EditProject.tml?view=markup"
* >Ars Machina Project Example</a>.
*/
public class Message { ... }
The generated component documentation is plaintext, losing the formatting
(<code> tag) and the links:
Base class for pages that edit entity objects. One example of its use can
be found in the Ars Machina Project Example Application (page class.
template).
Why are the tags HTML stripped from tapestry-component-report?
Thanks in advance.
Thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]