From: Surendra Singhi
Subject: Lisp documentation tool?
Date: 
Message-ID: <corm03$4a5$1@news.asu.edu>
Is there any open source tool, to generate automatic lisp documentation 
from the code in the form of html pages?

-- 
Surendra Singhi

www.public.asu.edu/~sksinghi

From: Edi Weitz
Subject: Re: Lisp documentation tool?
Date: 
Message-ID: <upt1qtmj9.fsf@agharta.de>
On Fri, 03 Dec 2004 23:37:59 -0700, Surendra Singhi <·········@netscape.net> wrote:

> Is there any open source tool, to generate automatic lisp
> documentation from the code in the form of html pages?

Do you mean something like this?

  <http://common-lisp.net/project/hyperdoc/>

I haven't tried it myself, cough, but most of my own CL libraries
(CL-PPCRE, CL-GD, CL-WHO, etc.) adher to this standard.

Edi.

-- 

Lisp is not dead, it just smells funny.

Real email: (replace (subseq ·········@agharta.de" 5) "edi")
From: Luis Oliveira
Subject: Re: Lisp documentation tool?
Date: 
Message-ID: <55e982-00g.ln1@netman.ath.cx>
Edi Weitz skribis:
> Do you mean something like this?
> 
>  <http://common-lisp.net/project/hyperdoc/>

I thought he meant somthing like this:

	http://albert.sourceforge.net/

-- 
Luís Oliveira
Reply-To: luismbo (@) netcabo (.) pt
Equipa Portuguesa do Translation Project
http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=pt
From: Pascal Bourguignon
Subject: Re: Lisp documentation tool?
Date: 
Message-ID: <87d5xq9u81.fsf@thalassa.informatimago.com>
Surendra Singhi <·········@netscape.net> writes:

> Is there any open source tool, to generate automatic lisp
> documentation from the code in the form of html pages?

http://www.cliki.net/admin/search?words=documentation

See also: http://www.cliki.net/CMU%20AI%20Repository
for example: http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/tools/user_man/0.html

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
The world will now reboot; don't bother saving your artefacts.
From: Surendra Singhi
Subject: Re: Lisp documentation tool?
Date: 
Message-ID: <cou0qm$nm9$1@news.asu.edu>
Pascal Bourguignon wrote:
> Surendra Singhi <·········@netscape.net> writes:
> 
> 
>>Is there any open source tool, to generate automatic lisp
>>documentation from the code in the form of html pages?
> 
> 
> http://www.cliki.net/admin/search?words=documentation
> 
> See also: http://www.cliki.net/CMU%20AI%20Repository
> for example: http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/tools/user_man/0.html
> 

Thanks.

-- 
Surendra Singhi

www.public.asu.edu/~sksinghi