Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
c90790df
Commit
c90790df
authored
Jun 12, 2017
by
Marco Berzborn
Browse files
added the folder name 'helpers' to the ignored path
parent
c5033c16
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/HTMLhelp/ita_generate_documentation.m
View file @
c90790df
...
...
@@ -40,7 +40,8 @@ ignoreList = {'.svn', ...
'doc'
,
...
'GuiCallbacks'
,
...
'external_packages'
,
...
'ExternalPackages'
};
'ExternalPackages'
,
...
'helpers'
};
pathStr
=
genpath
(
sArgs
.
rootpath
);
prefixToolbox
=
fliplr
(
strtok
(
fliplr
(
sArgs
.
rootpath
),
filesep
));
%get Toolbox folder name
...
...
kernel/ita_path_handling.m
View file @
c90790df
...
...
@@ -18,7 +18,7 @@ function varargout = ita_path_handling(varargin)
if
nargin
>
0
error
(
'There should not be any input arguments to ita_path_handling'
);
end
ignoreList
=
{
'.git'
,
'.svn'
,
'private'
,
'tmp'
,
'prop-base'
,
'props'
,
'text-base'
,
'template'
,
'doc'
};
ignoreList
=
{
'.git'
,
'.svn'
,
'private'
,
'tmp'
,
'prop-base'
,
'props'
,
'text-base'
,
'template'
,
'doc'
,
'helpers'
};
%% toolbox prefix string
fullpath
=
ita_toolbox_path
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment