Mercurial > hg > octave-nkf
diff src/variables.cc @ 11591:1d13679b587e
Use @nospell macro on certain words in docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 20 Jan 2011 19:33:32 -0800 |
parents | 4ced6b90fffb |
children | 5ec6aa05638d |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1811,8 +1811,8 @@ The name of the variable.\n\ \n\ @item Size\n\ -The logical size of the variable. A scalar is 1x1, a vector is 1xN or Nx1,\n\ -a 2-D matrix is MxN.\n\ +The logical size of the variable. A scalar is 1x1, a vector is\n\ +@nospell{1xN} or @nospell{Nx1}, a 2-D matrix is @nospell{MxN}.\n\ \n\ @item Bytes\n\ The amount of memory currently used to store the variable.\n\