Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Doxygen be integrated with Netbeans C++?

I've been reading up on Doxygen online, and I think I'd like to try it out on my Netbeans C++ projects. The problem is, I cannot find any tutorials/guides anywhere to how to get Doxygen working with Netbeans. I've found some blog posts that seem to be about using Doxygen in Netbeans, but they seem semi-feature requesty, and I cannot tell if they are actual guides or just "this is what it should look like when it is done" posts. So, does anyone here have any experience of working with Doxygen and Netbeans?

like image 780
Stephen Avatar asked Nov 14 '22 08:11

Stephen


1 Answers

There is no need for support from IDE to use Doxygen, you can use them separately. To create Doxygen documentation you just need a source code and Doxygen compiler.

However IDE can serve some kind of support. Netbeans allows you quickly create a comment (see here). That's the only support I know.

There is also plug-in "Doxygen Integration" but I never used it.

like image 186
adf88 Avatar answered Dec 18 '22 12:12

adf88