I am using Visual Studio and an external library that is commented in doxygen-style. Is there any way to display doxygen documentation in the editor tooltip like DocXML?
I am using Visual Studio and an external library that is commented in doxygen-style.
Share
The VS plugin Visual Assist shows doxygen comments. From what I can see, it doesn’t actually process them, but it shows doxygen comments (in their raw form) nevertheless.
There’s a trial at their website.
Be warned, though. I have seen very few C++ programmers who tried it for a few days and were not begging their managers to buy it for them afterwards.