Where to put the doxygen comment blocks for an internal library – in H or in CPP files? [closed]
I like to make use of the fact that names can be documented in multiple places. In the header file, I write a brief description of the method, and document all its parameters – these are less likely to change than the implementation of the method itself, and if they do, then the function prototype … Read more