Mail Archives: djgpp/1998/08/12/14:34:31
Message-ID: | <35D1DF98.CBDA1BFC@dce03.ipt.br>
|
Date: | Wed, 12 Aug 1998 15:31:52 -0300
|
From: | "Rogério Guerra Borin" <guerra AT ipt DOT br>
|
MIME-Version: | 1.0
|
To: | DJGPP <djgpp AT delorie DOT com>
|
Subject: | Generating documentation directly from source file
|
Hi,
Does somebody know any program that, given a C/C++ source file,
generates automatically documentation (preferably in HTML format) ?
For example, I have a C++ source file like this:
-----------------------------------------------------------------------------
// [title:"Game Manual"]
// This is the game manual.
// [endtitle]
-----------------------------------------------------------------------------
and would like to generate a file like:
-----------------------------------------------------------------------------
Game Manual
This is the game manual.
-----------------------------------------------------------------------------
TIA
- Raw text -