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.
c ++ c netbeans javadoc code-completion
Gaim
source share