Mercurial > hg > octave-nkf
annotate doc/liboctave/intro.texi @ 14843:7d4f87c75dbb
data.cc: Use Octave coding conventions for cuddling/non-cuddling of parenthesis.
* data.cc: Use Octave coding conventions for cuddling/non-cuddling of parenthesis.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 06 Jul 2012 09:34:35 -0700 |
parents | 72c96de7a403 |
children | d63878346099 |
rev | line source |
---|---|
14138
72c96de7a403
maint: update copyright notices for 2012
John W. Eaton <jwe@octave.org>
parents:
11523
diff
changeset
|
1 @c Copyright (C) 1996-2012 John W. Eaton |
7018 | 2 @c |
3 @c This file is part of Octave. | |
4 @c | |
5 @c Octave is free software; you can redistribute it and/or modify it | |
6 @c under the terms of the GNU General Public License as published by the | |
7 @c Free Software Foundation; either version 3 of the License, or (at | |
8 @c your option) any later version. | |
9 @c | |
10 @c Octave is distributed in the hope that it will be useful, but WITHOUT | |
11 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
12 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
13 @c for more details. | |
14 @c | |
15 @c You should have received a copy of the GNU General Public License | |
16 @c along with Octave; see the file COPYING. If not, see | |
17 @c <http://www.gnu.org/licenses/>. | |
18 | |
2333 | 19 @node Introduction, Arrays, Copying, Top |
20 @chapter A Brief Introduction to Octave | |
21 @cindex introduction | |
22 | |
23 This manual documents how to run, install and port Octave's C++ classes, | |
24 and how to report bugs. |