Re: [Plplot-devel] ada documentation does not build

2010-09-17 Thread Jerry
On Sep 16, 2010, at 8:20 AM, Hazen Babcock wrote: > > It chokes on the following: > type Real_Vector is array (Integer range <>) of Long_Float; > > In particular it does not seem to like the "<>". Does anyone know > how to > tell it that this is not a command that it should try to interpret? >

Re: [Plplot-devel] ada documentation does not build

2010-09-16 Thread Alan W. Irwin
On 2010-09-16 11:20-0400 Hazen Babcock wrote: > > It chokes on the following: > type Real_Vector is array (Integer range <>) of Long_Float; > > In particular it does not seem to like the "<>". Does anyone know how to > tell it that this is not a command that it should try to interpret? Try replac

[Plplot-devel] ada documentation does not build

2010-09-16 Thread Hazen Babcock
It chokes on the following: type Real_Vector is array (Integer range <>) of Long_Float; In particular it does not seem to like the "<>". Does anyone know how to tell it that this is not a command that it should try to interpret? -Hazen -