comparison scripts/miscellaneous/warning_ids.m @ 14119:94e2a76f1e5a stable

doc: Final grammarcheck and spellcheck before 3.6.0 release. * container.txi, aspell-octave.en.pws, expr.txi, vectorize.txi, accumarray.m, accumdim.m, interpft.m, strread.m, parseparams.m, warning_ids.m, cellfun.cc, help.cc: grammarcheck and spellcheck docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 29 Dec 2011 06:05:00 -0800
parents 951eacaf9381
children 0a051c406242
comparison
equal deleted inserted replaced
14118:ebe2e6b2ba52 14119:94e2a76f1e5a
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @cindex warning ids
20 ## @table @code 21 ## @table @code
21 ## @item Octave:abbreviated-property-match 22 ## @item Octave:abbreviated-property-match
22 ## By default, the @code{Octave:abbreviated-property-match} warning is enabled. 23 ## By default, the @code{Octave:abbreviated-property-match} warning is enabled.
23 ## 24 ##
24 ## @item Octave:array-to-scalar 25 ## @item Octave:array-to-scalar
119 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same 120 ## calls in PKG_ADD files, when the PKG_ADD file is not in the same
120 ## directory as the .oct file referred to by the autoload() command. 121 ## directory as the .oct file referred to by the autoload() command.
121 ## By default, the @code{Octave:autoload-relative-file-name} warning is enabled. 122 ## By default, the @code{Octave:autoload-relative-file-name} warning is enabled.
122 ## 123 ##
123 ## @item Octave:broadcast 124 ## @item Octave:broadcast
124 ## Warn when performing broadcasting operations. By default, this is 125 ## Warn when performing broadcasting operations. By default, this is
125 ## enabled. See the Broadcasting section in the Vectorization and Faster 126 ## enabled. @xref{Broadcasting} in the chapter Vectorization and Faster Code
126 ## Code Execution chapter in the manual. 127 ## Execution of the manual.
127 ## 128 ##
128 ## @item Octave:built-in-variable-assignment 129 ## @item Octave:built-in-variable-assignment
129 ## By default, the @code{Octave:built-in-variable-assignment} warning is 130 ## By default, the @code{Octave:built-in-variable-assignment} warning is
130 ## enabled. 131 ## enabled.
131 ## 132 ##