Bug 53372

Summary: Flexible documentation for code export
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: CONFIRMED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Riddell 2003-01-24 19:11:18 UTC
Version:            (using KDE Devel)
Compiler:          gcc 2.95 
OS:          Linux

The headers/comments in code generation are now in
kdoc style, but it would be nice if this was more flexible.
When using an other kind of documentation tool, the
headers/comments should be configurable. This way
people can decide which kind of documentation tool they
want to use.
Comment 1 Heiko Nardmann 2004-08-10 23:03:49 UTC
What other kinds of documentation tools do exist?
Comment 2 Heiko Nardmann 2004-08-18 06:26:20 UTC
Currently I know of the following styles/tools:

- javadoc (http://java.sun.com/j2se/javadoc/)
- kdoc (http://sirtaj.net/projects/kdoc/)
- doxygen (http://www.doxygen.org/)

Not sure about the differences however ...
Comment 3 Sebastian Stein 2004-08-18 12:02:58 UTC
Heiko Nardmann <heiko.nardmann@onlinehome.de> [040818 11:46]:
> Currently I know of the following styles/tools:
> 
> - javadoc (http://java.sun.com/j2se/javadoc/)
> - kdoc (http://sirtaj.net/projects/kdoc/)

I think kdoc isn't used anymore and shouldn't be supported.

Sebastian