Netbeans C/C++ JavaDoc code-completion -


i developing c++ in netbeans 6.7.1. when press ctrl + space autocomplete there shown method's signature. using javadoc commenting code netbeans doesn't show it. have installed doxygen plugin generating complete documentation.

is there way how force ide show signature , javadoc c++ please?

i think should not problem because functionality implemented java.

thanks lot.

so asked on netbeans forum question ( using friend's account because don't have own ) , there conclusion: impossible , in requests.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -