Skip to content

Commit b4f679c

Browse files
Minor extra fixes of the public version.
1 parent d44c8d1 commit b4f679c

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

myriad/src/user-interface/graphical/gui.erl

+7-8
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
% An height, as a number (integer or floating-point) of pixels.
245245

246246

247-
-type coordinate() :: integer_coordinate().
247+
-type coordinate() :: linear:integer_coordinate().
248248
% Here, for a GUI, coordinates are an integer number of pixels.
249249

250250

@@ -384,12 +384,12 @@
384384
-type label() :: ui:label().
385385
% A label, typically of a widget.
386386
%
387-
% Control characters can be used (e.g. "\n", "\t"), and shortcuts/accelerators
388-
% (with a "&" prefix): all "&" characters in the label are special and indicate
389-
% that the following character is a mnemonic for this control and can be used to
390-
% activate it from the keyboard (typically by using Alt key in combination with
391-
% it). To insert a literal ampersand character, you need to double it, i.e. to
392-
% use "&&".
387+
% Control characters can be used (e.g. `"\n"', `"\t"'), and
388+
% shortcuts/accelerators (with a `"&"' prefix): all `"&"' characters in the
389+
% label are special and indicate that the following character is a mnemonic for
390+
% this control and can be used to activate it from the keyboard (typically by
391+
% using Alt key in combination with it). To insert a literal ampersand
392+
% character, you need to double it, i.e. to use `"&&"'.
393393

394394

395395
-type event_callback() :: gui_event:event_callback().
@@ -795,7 +795,6 @@
795795

796796
-type integer_distance() :: linear:integer_distance().
797797
-type any_distance() :: linear:any_distance().
798-
-type coordinate() :: linear:integer_coordinate().
799798

800799

801800
-type gui_env_pid() :: environment:env_pid().

sim-diasca/test/core/services/random/class_TestStochasticActor.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
-define( class_description,
3030
"Test of the Stochastic Actor class, regarding random management."
31-
"To be used with randomManagerAndStochasticActorPair_test.erl." ).
31+
"To be used with random_laws_and_stochastic_actor_test.erl." ).
3232

3333

3434
% The attributes that are specific to this class are:

traces/doc/Ceylan-Traces-Layer-technical-manual-english.rst.template

-3
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,6 @@ LogMX-related Hints
481481
One can find `here <https://github.com/Olivier-Boudeville/Ceylan-Traces/tree/master/conf/logmx>`_ various elements in order to better integrate LogMX (e.g. parser, configuration files, etc.).
482482

483483

484-
.. _`max memory`:
485-
486-
487484
.. _`max memory`:
488485

489486
An important setting is how much memory (RAM) is allowed for that tool (see the ``MAX_MEMORY`` entry in `startup.conf <https://github.com/Olivier-Boudeville/Ceylan-Traces/blob/master/conf/logmx/startup.conf>`_).

0 commit comments

Comments
 (0)