Hi, team > >I have no problems about having cocoon-specific javadoc tags (if >properly namespaced like @cocoon:deprecated which is what you are >proposing, so I'm cool) but what I would really want is a doclet that >outputs XML that we could later incorporate seemlessly with our >documentation! > It does as the doclet generates xml documents of document-type document-v10.
I try to summarize what I have done, i make a distro available under http://members.a1.net/berni_huber/ref-docs/index.html. My idea was not to replace javadoc documentation, but to help writing the sitemap, avoiding to go to the java source code, and to avoid writing too much explicit documentation which is never uptodate with the java source code. That's the whole indention. Defined cocoon:tags : @cocoon:name {name} name is sitemap name of the sitemap componented implemented by this class Proposed cocoon:tags: @cocoon:deprecated [yes|no] Used for documenting deprectated sitemap components. More cocoon:tags: @cocoon:optional [yes|no] describing if it is optional @cocoon:core [yes|no] describing if its core @cocoon:input-dtd for transformers describe the expected input xml-document-type @cocoon:output-dtd for transformers, and generators describe the expected xml-document-type produced. @cocoon:objectModel ? describe what is put into the objectmodel map. ... I'm not quite sure about how detailed the @cocoon: tags should be.... bye bernhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]