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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -