[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: Ruby source code browsing

From: Charles Mills <cmills@...>
Date: 2004-10-01 17:52:10 UTC
List: ruby-core #3474
On Oct 1, 2004, at 10:41 AM, Hugh Sasse Staff Elec Eng wrote:

> On Sat, 2 Oct 2004, Charles Mills wrote:
>
>> Hi,
>> I am at the Ruby Conf. right now talking to James Britt and Daniel 
>> Berger.  I just showed them Doxygen documentation I generated from 
>> the Ruby sources.  It has come in handy developing extensions.
>> Here it is:
>> http://cmills.freeshell.org
>
> First line: s/Sourse/Source/
>
> This is a gzipped file.  What does it actually look like when
> displayed?  I'm not familiar with Doxygen, but am willing to be
> convinced of its utility.
>
>         Hugh

The file is bzipped to extract:
download from:
http://cmills.freeshell.org/ruby_doc.tar.bz2
then extract:
$ bzip2 -cd ruby_doc.tar.bz2 | tar -xvf -

Then open the file 'module.html' with your favorite browser.

Doxygen is a documentation system for C, C++ and other languages 
(similar to rdoc).
-Charlie


In This Thread