Skip to content

Commit 6559b92

Browse files
committed
update doc verbosity
1 parent 7b7cc13 commit 6559b92

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/checkCFG.m

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
% their associated default value.
2525
%
2626
% - ``cfg.testingDevice = 'pc'``
27-
% set the way the experiment is run and the different options match the imaging
27+
% sets the way the experiment is run and the different options match the imaging
2828
% modality:
2929
%
3030
% - ``pc`` is for behavioral test
@@ -34,6 +34,12 @@
3434
% - ``cfg.verbose = 0``
3535
% sets how talkative the code will be. Possible values range from ``0`` to ``2``.
3636
%
37+
% - ``0``: "I don't want to hear anything from CPP_BIDS."
38+
% - ``1``: "I want to get my warnings."
39+
% - ``2``: "Tell me everything!"
40+
%
41+
% For implementation see ``utils/talkToMe`` and ``utils/throwWarning``.
42+
%
3743
% - ``cfg.useGUI = false``
3844
% sets whether a graphic interface should be used for the ``userInputs()``
3945
% to query about group name, as well as for session, subject and run number.
@@ -42,7 +48,7 @@
4248
% sets where the data will be saved.
4349
%
4450
% Filename options:
45-
% Sets options that will help in creating the filenames.
51+
% sets options that will help in creating the filenames.
4652
%
4753
% - ``cfg.fileName.task = ''``
4854
% sets the name to be given to the task

0 commit comments

Comments
 (0)