On Tue, 2009-03-17 at 00:23 +0530, Karthik Balakrishnan wrote:
> I have a question for documentation of asycxx. Why is that you had put
> the comments in the .cxx file ? Should we move it to .h ? The reason
> being you have few more member functions which are mentioned in
> your .h file which is not covered in the existing documentation you
> have. (refer DataBuffer class files).
Ideally, the 'api documentation' should be in the header files. i.e.,
anyone who wants to use the API should be looking into the header files
and not the .cxx files. So, the doxygen comments that describe the API
should be in the .h files. The .cxx files should have comments that
explain how things work. But, these comments need not go into doxygen.
> I was successfully make my first documentation using doxygen. I can
> see you have already put some doc comments for few files, should I be
> completing the rest, similar to what you've done ? Is there anything I
> am missing here ?
Yeah, as first step, all the classes should be documented. So, if there
is missing documentation, please add it.
--
Joe Steeve
HiPro IT Solutions Pvt. Ltd.
http://hipro.co.in/
|