Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
cacdc36d
Commit
cacdc36d
authored
Mar 01, 2017
by
mbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolved path problem in ita_help
parent
209ff38b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
kernel/StandardRoutines/ita_help.m
kernel/StandardRoutines/ita_help.m
+4
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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