Sender: nate AT cartsys DOT com Message-ID: <362CFAF1.B1732B55@cartsys.com> Date: Tue, 20 Oct 1998 14:04:49 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: djgpp AT delorie DOT com CC: Wojciech Piechowski Subject: Re: Need an autodocumenting tool References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > On Mon, 19 Oct 1998, Wojciech Piechowski wrote: > > > I want it also to be portable. The project is going to run on many > > platforms and I will need to use not only DOS+Intel. > > If this needs to be portable, I would suggest to post a question to > gnu.utils.bug, where the maintainers of GNU software could advise > you. Maybe such a tool already exists in some GNU package. The DOS emulator dosemu uses such a thing. It may be rather specialized to it, but you could check it out. It's called DANG_c, since it generates a document called DANG (Dosemu Altering Novice's Guide :). Dosemu can be found at ftp://ftp.dosemu.org/pub/dosemu/dosemu-0.98.2.tgz but since this is always overloaded I have uploaded the last version to my web server. (Nothing significant has changed between the versions.) http://www.cartsys.com/eldredge/dosemu-0.98.1.tgz The bottom of the file `doc/DANG.txt' explains the format they use. The actual script is `src/doc/DANG/DANG_c.pl', and it's written in Perl. Hope this helps. -- Nate Eldredge nate AT cartsys DOT com