Search code examples
c++doxygenprivate-membersnon-member-functions

Doxygen comments for private members and free functions?


Should I use Doxygen comments for private members and free functions? I come from the Java world, and I never added Javadoc for private members. Is this an acceptable practice in the C++ world?


Solution

  • I'd say it's pretty much language independent issue. You document members you want to have documented.