开发者

Javadoc-like documentation for C/C++ libraries?

开发者 https://www.devze.com 2023-01-15 10:44 出处:网络
Is there such a thing a开发者_运维技巧s Javadoc-type documentation available for C/C++ libraries?Yes, doxygen for documenting your code.

Is there such a thing a开发者_运维技巧s Javadoc-type documentation available for C/C++ libraries?


Yes, doxygen for documenting your code.

If you mean documentation of existing libraries :

For the STL, check out the sgi site.

For a general c/ c++ reference see here.

For a specific library, check its site.


You can generate the chm book for your code by combining the doxygen with htmlhelp.exe. I use codeblocks, this has the easy wizard to produce the diagrams as well as the chmbook.

0

精彩评论

暂无评论...
验证码 换一张
取 消