Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
363690b8
Commit
363690b8
authored
Nov 16, 2016
by
Marco Berzborn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added index.xml file as specified in MatLab help. Still issues when
creating the database
parent
457c412b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
applications/HTMLhelp/ita_generate_helpOverview.m
applications/HTMLhelp/ita_generate_helpOverview.m
+2
-0
applications/HTMLhelp/templates/template_info.xml
applications/HTMLhelp/templates/template_info.xml
+46
-0
No files found.
applications/HTMLhelp/ita_generate_helpOverview.m
View file @
363690b8
...
...
@@ -166,6 +166,8 @@ app_demoHTML = [app_demoHTML, app_demoHTML_end];
ita_writeHTML
([
folder
filesep
'HTML'
filesep
'helptoc.xml'
],
helpXML
)
%overwrite old file
ita_writeHTML
([
folder
filesep
'HTML'
filesep
'index_demos.html'
],
index_demoHTML
)
ita_writeHTML
([
folder
filesep
'HTML'
filesep
'application_demos.html'
],
app_demoHTML
);
copyfile
(
fullfile
(
ita_toolbox_path
,
'applications'
,
'HTMLhelp'
,
'templates'
,
'template_info.xml'
),
...
fullfile
(
folder
,
'HTML'
,
'info.xml'
));
%% generate Class/App Documentation in Help Browser
% - Tumbrgel 05/2012
...
...
applications/HTMLhelp/templates/template_info.xml
0 → 100644
View file @
363690b8
<productinfo
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"optional"
>
<?xml-stylesheet type="text/xsl" href="optional"?>
<matlabrelease>
R14
</matlabrelease>
<name>
RWTH ITA
</name>
<type>
toolbox
</type>
<icon>
../pics/ITA16x16.gif
</icon>
<help_location>
./
</help_location>
<list>
<listitem>
<label>
ITA-Toolbox Setup
</label>
<callback>
ita_toolbox_setup
</callback>
<icon>
$toolbox/matlab/icons/greencircleicon.gif
</icon>
</listitem>
<listitem>
<label>
Overview in Helpbrowser
</label>
<callback>
web index.html -helpbrowser
</callback>
<icon>
$toolbox/matlab/icons/book_mat.gif
</icon>
</listitem>
<listitem>
<label>
Getting Started (PDF)
</label>
<callback>
open('ITA_Toolbox_Getting_Started.pdf');
</callback>
<icon>
$toolbox/matlab/icons/pdficon.gif
</icon>
</listitem>
<listitem>
<label>
Web Site (ITA - RWTH Aachen)
</label>
<callback>
web http://www.akustik.rwth-aachen.de -browser;
</callback>
<icon>
$docroot/techdoc/matlab_env/examples/webicon.gif
</icon>
</listitem>
<listitem>
<label>
ITA-Toolbox Website
</label>
<callback>
web http://www.ita-toolbox.org -browser;
</callback>
<icon>
$docroot/techdoc/matlab_env/examples/webicon.gif
</icon>
</listitem>
</list>
</productinfo>
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