javadoc for own tasks

2011-06-08 Thread GrĂ¼ner Heinrich
Hi, I've written a couple of own tasks for which I want to generate a javadoc - documentation. These documentation should look like the original ant documentation. Can anyone provide a javadoc-snippet? Thanks, Stefan. - To un

Re: Special Ant-Javadoc for own tasks?

2006-02-21 Thread Ivan \"Rambius\" Ivanov
Hello, --- David <[EMAIL PROTECTED]> wrote: > You can find more information from the following > web page: > > http://antdoc.free.fr/ AntDoc is used for documenting the very build scripts. I understood that the original requestor wanted a tool that generates docs from Java source file

Re: Special Ant-Javadoc for own tasks?

2006-02-21 Thread Daniel Lindner
David wrote: The only solution I know and works well is AntDoc. It is no so much live project, but it is robust, even from the new ant version features. You can find more information from the following web page: http://antdoc.free.fr/ take the version 0.8g from 2003.10.01, bec

Re: Special Ant-Javadoc for own tasks?

2006-02-20 Thread David
Daniel, The only solution I know and works well is AntDoc. It is no so much live project, but it is robust, even from the new ant version features. You can find more information from the following web page: http://antdoc.free.fr/ take the version 0.8g from 2003.10.01, becau

Special Ant-Javadoc for own tasks?

2006-02-20 Thread Daniel Lindner
Hello, i just wrote a bunch of project-specific ant tasks to use with our build system. When it came to documentation, i searched for something similar as JavaDoc is to java programmers. Can somebody point me to a product that can automatically generate ant task documentation (like in the ant