Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
toolbox
Commits
cacdc36d
Commit
cacdc36d
authored
8 years ago
by
mbe
Browse files
Options
Downloads
Patches
Plain Diff
resolved path problem in ita_help
parent
209ff38b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/StandardRoutines/ita_help.m
+4
-3
4 additions, 3 deletions
kernel/StandardRoutines/ita_help.m
with
4 additions
and
3 deletions
kernel/StandardRoutines/ita_help.m
+
4
−
3
View file @
cacdc36d
...
@@ -11,11 +11,12 @@ function ita_help(varargin)
...
@@ -11,11 +11,12 @@ function ita_help(varargin)
% Created: 19-Jun-2009
% Created: 19-Jun-2009
%% Get ITA Toolbox preferences and Function String
%% 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'
)
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
else
web
index
.
html
-
helpbrowser
web
(
fullfile
(
helppath
,
'
index.html
'
),
'
-helpbrowser
'
)
end
end
end
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment