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
cacdc36d
Commit
cacdc36d
authored
Mar 01, 2017
by
mbe
Browse files
resolved path problem in ita_help
parent
209ff38b
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/StandardRoutines/ita_help.m
View file @
cacdc36d
...
...
@@ -11,11 +11,12 @@ function ita_help(varargin)
% Created: 19-Jun-2009
%% Get ITA Toolbox preferences and Function String
helppath
=
[
ita_toolbox_path
filesep
'HTML'
filesep
'doc'
]
;
helppath
=
fullfile
(
ita_toolbox_path
,
'HTML'
,
'doc'
)
;
if
~
exist
(
helppath
,
'dir'
)
helpdlg
(
'No help found.
Run "Help" => "G
enerate
D
ocumentation
"'
);
ita_verbose_info
(
'No help found.
Please run ita_g
enerate
_d
ocumentation
to generate it.'
,
0
);
else
web
index
.
html
-
helpbrowser
web
(
fullfile
(
helppath
,
'
index.html
'
),
'
-helpbrowser
'
)
end
end
\ No newline at end of file
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