[Bug 60015] better integration of code and documentation
Thiago Macieira
thiagom at mail.com
Wed Jun 18 21:26:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60015
------- Additional Comments From thiagom at mail.com 2003-06-18 21:25 -------
You want Doxygen: http://www.doxygen.org
Look at KDE's source code and .h files. That's how we generate the
documentation. Besides, since KDevelop uses KDE's common admin/ tree, it
boils down to:
1) adding "include $(topsrcdir)/Doxyfile.am" in your Makefile.ams
2) you writing the documentation.
More information about the KDevelop-devel
mailing list