comparison scripts/+containers/Map.m @ 23565:3a730821e4a2

doc: Peridoc grammarcheck of documentation. * container.txi, external.txi, install.txi, oop.txi, plot.txi, testfun.txi, eig.cc, graphics.cc, gsvd.cc, hex2num.cc, pr-output.cc, sub2ind.cc, __ode15__.cc, Map.m, __publish_html_output__.m, __publish_latex_output__.m, odeset.m, ode_event_handler.m, runge_kutta_45_dorpri.m, xlim.m, ylim.m, zlim.m, hgtransform.m, eigs.m, native2unicode.m, unicode2native.m: grammarcheck documentation.
author Rik <rik@octave.org>
date Thu, 08 Jun 2017 17:41:32 -0700
parents 5970860bc70c
children f9a33c3925a2
comparison
equal deleted inserted replaced
23564:7049da1648c0 23565:3a730821e4a2
36 ## of elements as @var{keys}. 36 ## of elements as @var{keys}.
37 ## 37 ##
38 ## When called with no input arguments a default map is created with strings 38 ## When called with no input arguments a default map is created with strings
39 ## as the key type and @qcode{"any"} as the value type. 39 ## as the key type and @qcode{"any"} as the value type.
40 ## 40 ##
41 ## The @qcode{"UniformValues"} option specifies specifies whether the values of 41 ## The @qcode{"UniformValues"} option specifies whether the values of
42 ## the map must be strictly of the same type. If @var{is_uniform} is true, any 42 ## the map must be strictly of the same type. If @var{is_uniform} is true, any
43 ## values which would be added to the map are first validated to ensure they 43 ## values which would be added to the map are first validated to ensure they
44 ## are of the correct type. 44 ## are of the correct type.
45 ## 45 ##
46 ## When called with @qcode{"KeyType"} and @qcode{"ValueType"} arguments, create 46 ## When called with @qcode{"KeyType"} and @qcode{"ValueType"} arguments, create