TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Content-Type:
text/plain; charset=us-ascii
Sender:
"Team Ada: Ada Advocacy Issues (83 & 95)" <[log in to unmask]>
Subject:
From:
Stephen Leake <[log in to unmask]>
Date:
Fri, 17 Nov 2000 16:36:51 -0500
In-Reply-To:
"Rusnak, John J"'s message of "Thu, 16 Nov 2000 14:34:34 -0800"
MIME-Version:
1.0
Reply-To:
Stephen Leake <[log in to unmask]>
Parts/Attachments:
text/plain (20 lines)
"Rusnak, John J" <[log in to unmask]> writes:

> Does anyone know of any applications which can automatically generate
> documentation (e.g. a reference API manual, an HTLM-based API  . . .) from
> structured comments in the code?  I am looking for something similar to
> "javadoc" which comes with Java, or better yet Doxygen which can be used on
> numerous languages (except for Ada to my knowledge).

Do you actually need something more than gnathtml? It takes the
package spec as is, and wraps it in html, with colorization and links
for everything, and an index. For an example, see my Windex page:

http://users.erols.com/leakstan/Stephe/Ada/Windex_Packages/index.htm

If the Ada comments in the package specs are good, I don't see why you
would need anything more.

--
-- Stephe

ATOM RSS1 RSS2