Skip to content
Snippets Groups Projects
Commit c8151c5e authored by Maximilian Schnabel's avatar Maximilian Schnabel
Browse files

adjusted doc formatting

parent d08b07ea
No related branches found
No related tags found
2 merge requests!7Keep going if mountpoint exists (persistent),!6Docs NXT compatibility
......@@ -18,11 +18,13 @@ classdef usbBrickIO < BrickIO
% timeOut (numeric >= 0): Milliseconds after which a timeout-error occurs if no packet could be
% read. Defaults to 10000.
%
% Examples:
% % Connecting via USB |br|
% commHandle = usbBrickIO(); % |br|
% % Connecting via USB with enabled debug output |br|
% commHandle = usbBrickIO('debug', true); % |br|
% ::
%
% Examples:
% % Connecting via USB
% commHandle = usbBrickIO();
% % Connecting via USB with enabled debug output
% commHandle = usbBrickIO('debug', true);
%
properties
......@@ -55,11 +57,13 @@ classdef usbBrickIO < BrickIO
% varargin: Any number of property names as strings, each followed by the
% desired value.
%
% Examples:
% % Connecting via USB
% commHandle = usbBrickIO();
% % Connecting via USB with enabled debug output
% commHandle = usbBrickIO('debug', true);
% ::
%
% Examples:
% % Connecting via USB
% commHandle = usbBrickIO();
% % Connecting via USB with enabled debug output
% commHandle = usbBrickIO('debug', true);
%
% See also USBBRICKIO.SETPROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment