doxgen可以通过代码注释(格式化的)直接生成帮助文档,不知道有没有用于VC6.0的类似插件?

解决方案 »

  1.   

    codeproject有一个用于VS.net上的,不知道能不能放到VC6上。
    http://www.codeproject.com/macro/KingsTools.asp 
    Introduction
      As good as Visual Studio .NET is, I still miss some features in it. But MS knew that they couldn't fulfill every wish so they provided a way to write addins. That's what I've done. Sure, most of the functions in my Tools could also be done with macros, but I wanted them all packed together with an installer.Tools
      Run Doxygen 
      Insert Doxygen comments 
      Build Solution stats 
      Dependency Graph 
      Inheritance Graph 
      Swap .h<->.cpp 
      Colorize 
      } End of 
      #region/#endregion for c++ 
      Search the web 
      

  2.   

    哈哈,改天用2008的时候,也去Codeproject里面找一找哈.