comparison libinterp/corefcn/graphics.cc @ 21547:ad0599a0acc6

doc: Wrap C++ docstrings to 79 characters + newline (80 total). * besselj.cc, bitfcns.cc, cellfun.cc, data.cc, debug.cc, error.cc, file-io.cc, graphics.cc, input.cc, lu.cc, matrix_type.cc, nproc.cc, pr-output.cc, quadcc.cc, regexp.cc, schur.cc, sparse.cc, strfind.cc, strfns.cc, syscalls.cc, urlwrite.cc, variables.cc, __osmesa_print__.cc, audiodevinfo.cc, audioread.cc, ccolamd.cc, chol.cc, colamd.cc, convhulln.cc, qr.cc, symbfact.cc, ov-java.cc, ov-struct.cc, ov-usr-fcn.cc, pt-arg-list.cc: doc: Wrap C++ docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 20:39:19 -0700
parents 4f0f9f029d12
children 3d60ed163b70
comparison
equal deleted inserted replaced
21546:f7f97d7e9294 21547:ad0599a0acc6
9773 latter case, the first handle in @var{h} will be assigned the values from\n\ 9773 latter case, the first handle in @var{h} will be assigned the values from\n\
9774 the first row of @var{values} and so on.\n\ 9774 the first row of @var{values} and so on.\n\
9775 \n\ 9775 \n\
9776 @item as a structure array @var{pv}\n\ 9776 @item as a structure array @var{pv}\n\
9777 \n\ 9777 \n\
9778 Here, the field names of @var{pv} represent the property names, and the field\n\ 9778 Here, the field names of @var{pv} represent the property names, and the\n\
9779 values give the property values. In contrast to the previous case, all\n\ 9779 field values give the property values. In contrast to the previous case,\n\
9780 elements of @var{pv} will be set in all handles in @var{h} independent of\n\ 9780 all elements of @var{pv} will be set in all handles in @var{h} independent\n\
9781 the dimensions of @var{pv}.\n\ 9781 of the dimensions of @var{pv}.\n\
9782 @end itemize\n\ 9782 @end itemize\n\
9783 \n\ 9783 \n\
9784 @code{set} is also used to query the list of values a named property will\n\ 9784 @code{set} is also used to query the list of values a named property will\n\
9785 take. @code{@var{clist} = set (@var{h}, \"property\")} will return the list\n\ 9785 take. @code{@var{clist} = set (@var{h}, \"property\")} will return the list\n\
9786 of possible values for @qcode{\"property\"} in the cell list @var{clist}.\n\ 9786 of possible values for @qcode{\"property\"} in the cell list @var{clist}.\n\