Skip to main content

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

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


Back to the top