|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
xdoclet for cppHello,
Is anybody here aware of an application near the same as xdoclet for java, but instead for C++?
Thanks,
David |
|
|
Re: xdoclet for cpp----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ --- On Wed, 8/13/08, David Siefert <siefert.david.mailinglist@...> wrote: > From: David Siefert <siefert.david.mailinglist@...> > Subject: [xdoclet-user] xdoclet for cpp > To: user@... > Date: Wednesday, August 13, 2008, 3:53 PM > Hello, > > Is anybody here aware of an application near the same as > xdoclet for java, > but instead for C++? http://www.stack.nl/~dimitri/doxygen/manual.html is kind of such tool regards, --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: xdoclet for cppOn Wed, Aug 13, 2008 at 8:18 AM, Konstantin Priblouda <kpriblouda@...> wrote:
Thanks, I was taking a look at this, but it seems like a lot of work to get going. I've already got a simple Ant build for my C++ project. Taking a look at the source/architecture of xdoclet--it uses xjavadoc which is built from a JavaCC grammar. I am thinking if I can tweak this a little, rebuild the xjavadoc jar, and drop it in with the rest of xdoclet that I may be able to get it to generate code from templates based on C++. -David |
|
|
Re: xdoclet for cpp> Thanks, I was taking a look at this, but it seems like a > lot of work to get > going. I've already got a simple Ant build for my C++ > project. Taking a > look at the source/architecture of xdoclet--it uses > xjavadoc which is built > from a JavaCC grammar. I am thinking if I can tweak this a > little, rebuild > the xjavadoc jar, and drop it in with the rest of xdoclet > that I may be able > to get it to generate code from templates based on C++. You are mixing up XD1 ( which uses xjavadoc) and XD2 ( which uses qdox instead ). XD2 is not technically related to XD1. regards, --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |