c++ - Using doxygen with Visual Studio 2010 -



c++ - Using doxygen with Visual Studio 2010 -

i have difficulties using efficiently doxygen visual studio 2010 , c++.

it seems there no other function commenting "un/comment lines". illustration generating comment stubs, adding /// after new line.

also, wonder needed display comments within intellisense feature in vs2010?

according msdn documentation, comments using // or /* delimiters displayed next associated fellow member in intellisense members list.

you can utilize doxygen's xml output or xml documentation generated visual studio intellisense input.

the /doc documentation explains how utilize xml documentation intellisense:

to utilize generated .xml file intellisense, create file name of .xml file same assembly want back upwards , set .xml file in same directory assembly. when assembly referenced in visual studio project, .xml file found.

atomineerutils 1 of best visual studio add-ins doxygen/javadoc/docxml documentation. it's not free, nil on list of doxygen helper tools targeted @ visual studio 2010.

c++ visual-studio-2010 documentation doxygen

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -