Javadoc-like Documentation for C++

后端 未结 5 583
猫巷女王i
猫巷女王i 2020-12-23 19:09

Are there similar documentation generation systems like Javadoc, for C++? Javadoc produces nice output; It would be great if you could use something like it in other languag

5条回答
  •  失恋的感觉
    2020-12-23 19:57

    You can't use javadoc specifically, but there are a couple of tools that do what you want. The one most people tend to use is Doxygen. Here are some links for Doxygen and Doc++:

    Doxygen
    Doc++

提交回复
热议问题