Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] cdt automatic documentation

Thanks for your response. Can you tell me what have you installed over CDT? I have the Galileo version, and I installed Doxygen and Doxygen plugin for Eclipse. 
In preferences:C/C++>Editor, I have Doxygen>Misc, no group "Documentation tool comments". 


Subject: RE: [cdt-dev] cdt automatic documentation
Date: Wed, 11 Aug 2010 07:18:53 -0500
From: jens.elmenthaler@xxxxxxxxxx
To: cdt-dev@xxxxxxxxxxx

I always type /**, and then hit enter. Then a comment is completed with the @param and @return fitting the declared function. Make sure doxygen is enabled in your preferences: C/C++ -> Edtor, then look into the group “Documentation tool comments”.

 

Greetings, Jens.

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Flo Menier
Sent: Mittwoch, 11. August 2010 14:02
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] cdt automatic documentation

 

In Java editor, before the implementation of the functions, we type /** and press Ctrl + space, we get the documentation of the functions with parameters, function name, return type information.

 But with cdt, we can get the documentation only by adding a template with predefined variables (enclosing method, return type...). And the documentation can be generated in the function, not before. Can we configure something to get the same thing as in Java editor?

 

Thanks for any advice


_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top