This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: An issue for the SC: horrible documentation quality of GCC
- From: dewar at gnat dot com (Robert Dewar)
- To: gcc at gcc dot gnu dot org, kenner at vlsi1 dot ultra dot nyu dot edu
- Date: Mon, 12 May 2003 07:29:33 -0400 (EDT)
- Subject: Re: An issue for the SC: horrible documentation quality of GCC
I definitely agree with Richard that it is very important for all interfaces
to be completely documented at the time that code is put in (indeed good
practice is to write the documentation at the time the code is written!)
Certainly minimally any new functions should be fully documented, including
the exact semantics of each argument.