# HG changeset patch # User Carnë Draug # Date 1470973949 -3600 # Node ID dd0d2a27e5b3685dc311d1dfb767f3347b49d6a2 # Parent e70183e8264f03088a2cfe90070d3cbdffb20c35 doc: fix indexing note on doxygen docs for Array. diff -r e70183e8264f -r dd0d2a27e5b3 liboctave/array/Array.h --- a/liboctave/array/Array.h Thu Aug 11 19:22:25 2016 -0400 +++ b/liboctave/array/Array.h Fri Aug 12 04:52:29 2016 +0100 @@ -48,19 +48,19 @@ The Array class is at the root of Octave. It provides a container with an arbitrary number of dimensions. The operator () provides access to individual elements via subscript and linear indexing. - Indexing starts at 1, and arrays are column-major order as in Fortran. + Indexing starts at 0. Arrays are column-major order as in Fortran. @code{.cc} // 3 D Array with 10 rows, 20 columns, and 5 pages, filled with 7.0 Array A Array