For Programmers: Free Programming Magazines  


Home > Archive > Java Beans > July 2006 > EJB + XDoclet + Doxygen/JavaDoc









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author EJB + XDoclet + Doxygen/JavaDoc
Al

2006-07-26, 7:58 am

Hi,
I'm using Eclipse and XDoclet to generate Home and Remote interfaces
for my EJB's. Now I'm trying to build documentation of my code with
Doxygen. The problem is that Doxygen processes ALL tags, that is, usual
documentation tags like @param,@return... and XDoclet tags like
@ejb.bean name="Login" display-name="Name for Login"
description="Description for Login" jndi-name="ejb/Login"
type="Stateful" view-type="remote", so that the documentation is not
well-generated. Any ideas about excluding XDoclet EJB specific tags?
Thanks

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com