automatic documentation

quirin linqs at gmx.de
Mon May 31 12:40:11 BST 2004


hi folks, 
	i was wondering if there is a kate pluing (or something like that) which is 
doing some autodocumentation in doxygen style.
for instance i start writing something like:

	int SuperClass::iAmJustAMemmber(int foo, float bar);

and then that autodocumentation thing would complete the text file with stuff 
like

	//! 
	/*!
	  \param foo 
	  \param bar 
	  \return 	 
	*/
	int SuperClass::iAmJustAMemmber(int foo, float bar);


does that already exist? (like doxymacs for superior emacs) if not i would 
start coding it since i am tired of doing this "by hand". any1 who wants to 
help me? (i know documenting the code is what coders really hate and even 
writing a plugin for kate is possibly considered as a waste of time but it 
really pays off ;-) ). but before coding i would rather appreciate knowing if 
somebody already did that for kate

q

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list