Is there such a thing as Javadoc-type documentation available for C/C++ libraries?
Is there such a thing as Javadoc-type documentation available for C/C++ libraries?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.