Does rdoc generate line numbers?

Hi:

I am using rdoc with the -S (–inline-source) and was wondering if it
was configurable to prepend line numbers to each line.

rdoc -v
RDoc Valpha-c: 2002/03/06 03:40:58 (1.58)

BTW, my alpha-c version is pretty good for alpha. It seems equivalent to
release 4 for Windows.

···


Jim Freeze

In Corning, Iowa, it’s a misdemeanor for a man to ask his wife to ride
in any motor vehicle.

There is now… :slight_smile:

The latest CVS supports --line-numbers (-N). Good idea.

Dave

···

On Tue, 2002-12-17 at 07:39, Jim Freeze wrote:

Hi:

I am using rdoc with the -S (–inline-source) and was wondering if it
was configurable to prepend line numbers to each line.

Rockin’ :). Where do I get the latest CVS from?

···

On Tuesday, 17 December 2002 at 23:06:26 +0900, Dave Thomas wrote:

On Tue, 2002-12-17 at 07:39, Jim Freeze wrote:

Hi:

I am using rdoc with the -S (–inline-source) and was wondering if it
was configurable to prepend line numbers to each line.

There is now… :slight_smile:

The latest CVS supports --line-numbers (-N). Good idea.


Jim Freeze

All of the true things I am about to tell you are shameless lies.
– The Book of Bokonon / Kurt Vonnegut Jr.

The latest is on SourceForge:

···

On Tue, 2002-12-17 at 08:36, Jim Freeze wrote:

I am using rdoc with the -S (–inline-source) and was wondering if it
was configurable to prepend line numbers to each line.

The latest CVS supports --line-numbers (-N). Good idea.

Rockin’ :). Where do I get the latest CVS from?

Dave, the code works great, but is one line number off.
The standard comment:

File , line

is counted as a line when it doesn’t exist.

···

On Tuesday, 17 December 2002 at 23:42:03 +0900, Dave Thomas wrote:

On Tue, 2002-12-17 at 08:36, Jim Freeze wrote:

I am using rdoc with the -S (–inline-source) and was wondering if it
was configurable to prepend line numbers to each line.

The latest CVS supports --line-numbers (-N). Good idea.

Rockin’ :). Where do I get the latest CVS from?

The latest is on SourceForge:

RDoc: NO LONGER ACTIVE—part of Ruby download | SourceForge.net


Jim Freeze

Commitment, n.:
Commitment can be illustrated by a breakfast of ham and eggs.
The chicken was involved, the pig was committed.

Doh!

Fixed in CVS

Sorry about that

···

On Tue, 2002-12-17 at 09:04, Jim Freeze wrote:

Dave, the code works great, but is one line number off.
The standard comment:

File , line

is counted as a line when it doesn’t exist.