Skip to content
Snippets Groups Projects
Commit d57c2b0e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed headers.

parent 2cd55b8d
No related branches found
No related tags found
No related merge requests found
function flist = get_directory_description(basedir)
% List recursively all the *.m files in a directory.
% Lists recursively all the *.m files in a directory.
%
% INPUTS
% - basedir [string], the name of the directory to be inspected.
......
% Get the path to the dates/src folder.
% Get the path to the m-unit-tests/src folder.
unit_tests_src_root = strrep(which('initialize_unit_tests_toolbox'),'initialize_unit_tests_toolbox.m','');
if ~exist('isoctave','file')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment