comparison scripts/java/javamem.m @ 18713:a142f35f3cb6

doc: Fix unbalanced parentheses in documentation. * errors.txi, install.txi, sparse.txi, vectorize.txi: Fix unbalanced parentheses. * data.cc (Fall, Feye): Fix unbalanced parentheses. * rand.cc (Frandn, Frande): Fix unbalanced parentheses. * amd.cc (Famd): Fix unbalanced parentheses. * ccolamd.cc (Fccolamd): Fix unbalanced parentheses. * DASPK-opts.in: Fix unbalanced parentheses. * cplxpair.m, javamem.m, glpk.m, area.m, peaks.m, hgload.m, hotelling_test_2.m, hgsave.m: Fix unbalanced parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 15:49:03 -0700
parents d63878346099
children 0e1f5a750d00
comparison
equal deleted inserted replaced
18712:6113e0c6920b 18713:a142f35f3cb6
34 ## The maximum allowable memory usage can be configured using the file 34 ## The maximum allowable memory usage can be configured using the file
35 ## @file{java.opts}. The directory where this file resides is 35 ## @file{java.opts}. The directory where this file resides is
36 ## determined by the environment variable @w{@env{OCTAVE_JAVA_DIR}}. 36 ## determined by the environment variable @w{@env{OCTAVE_JAVA_DIR}}.
37 ## If unset, the directory where @file{javaaddpath.m} resides is used instead 37 ## If unset, the directory where @file{javaaddpath.m} resides is used instead
38 ## (typically 38 ## (typically
39 ## @file{@w{@env{OCTAVE_HOME}}/share/octave/@w{@env{OCTAVE_VERSION}}/m/java/} 39 ## @file{@w{@env{OCTAVE_HOME}}/share/octave/@w{@env{OCTAVE_VERSION}}/m/java/}).
40 ## 40 ##
41 ## @file{java.opts} is a plain text file with one option per line. The 41 ## @file{java.opts} is a plain text file with one option per line. The
42 ## default initial memory size and default maximum memory size (which 42 ## default initial memory size and default maximum memory size (which
43 ## are both system dependent) can be overridden like so: 43 ## are both system dependent) can be overridden like so:
44 ## 44 ##