This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Documentation by paper"


On Tue, 2004-01-27 at 13:55, Richard Kenner wrote:
>     not everybody learns from the bottom up. using documentation
>     generators like doxygen provides a pretty convenient way to provide a
>     high-level picture of the system and its components. so yes...  there
>     is most definitely value there.
> 
> I strongly agree that having high-level documentation is important, but
> I don't see that documentation generators produce it!
> 
Not 'produce', 'extract'.

If such high-level documentation is written inside a comment at the top
of each file, then you can coax the publishing tool of your choice to
emit it in a dozen different formats.

If folks don't care for having formatting markes in the comments, that's
fine with me.  But it is possible to extract documentation from the
source code directly, and that is what I would like us to do for the
internal API and design documentation, at least.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]