Netbeans C / C ++ JavaDoc Code Completion

I am developing C ++ in NetBeans 6.7.1. When I press CTRL + spacebar to autocomplete, only the method signature is displayed. I use JavaDoc to comment on my code, but NetBeans does not show it. I installed the Doxygen plugin, but it is intended only to create complete documentation.

Is there a way to get the IDE to show signature and JavaDoc for C ++, please?

I think this should not be a problem because this functionality is currently implemented for Java.

Many thanks.

+6
c ++ c netbeans javadoc code-completion
source share
1 answer
+3
source share

All Articles