File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ function convertSourceToRaw(cfg)
1414 % :type cfg: structure
1515 %
1616 % :output:
17- % - :creates: dummy README and CHANGE file
18- % - :copy: source dir to raw dir
19- % - :remove : the date suffix ( _date-*) from the files where it is present
20- % - :zip : the _stim files.
17+ % - :creates: a dummy README and CHANGE file
18+ % - :copies: `` source`` directory to `` raw`` directory
19+ % - :removes : the date suffix `` _date-*`` from the files where it is present
20+ % - :zips : the `` _stim.tsv`` files.
2121
2222 sourceDir = fullfile(cfg .dir .output , ' source' );
2323 rawDir = fullfile(cfg .dir .output , ' raw' );
Original file line number Diff line number Diff line change 1313 % :param nameExtraColumn: An entry of ``logFile.extraColumns``
1414 % :type nameExtraColumn: string
1515 %
16- % :returns: - :nbCol: (integer) The number of columns associated to one entry of the extra
16+ % :returns:
17+ % - :nbCol: (integer) The number of columns associated to one entry of the extra
1718 % column list.
1819 %
1920
You can’t perform that action at this time.
0 commit comments