comparison libinterp/octave-value/ov-java.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 460943554233
children ecce63c99c3f
comparison
equal deleted inserted replaced
21546:f7f97d7e9294 21547:ad0599a0acc6
2724 DEFUN (__java_get__, args, , 2724 DEFUN (__java_get__, args, ,
2725 "-*- texinfo -*-\n\ 2725 "-*- texinfo -*-\n\
2726 @deftypefn {} {@var{val} =} __java_get__ (@var{obj}, @var{name})\n\ 2726 @deftypefn {} {@var{val} =} __java_get__ (@var{obj}, @var{name})\n\
2727 Get the value of the field @var{name} of the Java object @var{obj}.\n\ 2727 Get the value of the field @var{name} of the Java object @var{obj}.\n\
2728 \n\ 2728 \n\
2729 For static fields, @var{obj} can be a string representing the fully qualified\n\ 2729 For static fields, @var{obj} can be a string representing the fully\n\
2730 name of the corresponding class.\n\ 2730 qualified name of the corresponding class.\n\
2731 \n\ 2731 \n\
2732 When @var{obj} is a regular Java object, structure-like indexing can be used\n\ 2732 When @var{obj} is a regular Java object, structure-like indexing can be used\n\
2733 as a shortcut syntax. For instance, the two following statements are\n\ 2733 as a shortcut syntax. For instance, the two following statements are\n\
2734 equivalent\n\ 2734 equivalent\n\
2735 \n\ 2735 \n\