Added doxygen build files.
This commit is contained in:
parent
43133d94a4
commit
77c728f305
6 changed files with 2989 additions and 0 deletions
187
doxygen/layout/DoxygenLayout.xml
Normal file
187
doxygen/layout/DoxygenLayout.xml
Normal file
|
|
@ -0,0 +1,187 @@
|
||||||
|
<doxygenlayout version="1.0">
|
||||||
|
<!-- Navigation index tabs for HTML output -->
|
||||||
|
<navindex>
|
||||||
|
<tab type="mainpage" visible="no" title=""/>
|
||||||
|
<tab type="pages" visible="yes" title="" intro=""/>
|
||||||
|
<tab type="modules" visible="yes" title="Categories" intro=""/>
|
||||||
|
<tab type="namespaces" visible="yes" title="">
|
||||||
|
<tab type="namespacelist" visible="yes" title="" intro=""/>
|
||||||
|
<tab type="namespacemembers" visible="yes" title="" intro=""/>
|
||||||
|
</tab>
|
||||||
|
<tab type="classes" visible="yes" title="">
|
||||||
|
<tab type="classlist" visible="yes" title="" intro=""/>
|
||||||
|
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
||||||
|
<tab type="hierarchy" visible="yes" title="" intro=""/>
|
||||||
|
<tab type="classmembers" visible="yes" title="" intro=""/>
|
||||||
|
</tab>
|
||||||
|
<tab type="files" visible="yes" title="">
|
||||||
|
<tab type="filelist" visible="yes" title="" intro=""/>
|
||||||
|
<tab type="globals" visible="yes" title="" intro=""/>
|
||||||
|
</tab>
|
||||||
|
<tab type="examples" visible="yes" title="" intro=""/>
|
||||||
|
</navindex>
|
||||||
|
|
||||||
|
<!-- Layout definition for a class page -->
|
||||||
|
<class>
|
||||||
|
<briefdescription visible="no"/>
|
||||||
|
<includes visible="$SHOW_INCLUDE_FILES"/>
|
||||||
|
<inheritancegraph visible="$CLASS_GRAPH"/>
|
||||||
|
<collaborationgraph visible="$COLLABORATION_GRAPH"/>
|
||||||
|
<detaileddescription title=""/>
|
||||||
|
<memberdecl>
|
||||||
|
<membergroups visible="yes"/>
|
||||||
|
<nestedclasses visible="yes" title=""/>
|
||||||
|
<publictypes title=""/>
|
||||||
|
<publicslots title=""/>
|
||||||
|
<signals title=""/>
|
||||||
|
<publicmethods title=""/>
|
||||||
|
<publicstaticmethods title=""/>
|
||||||
|
<publicattributes title=""/>
|
||||||
|
<publicstaticattributes title=""/>
|
||||||
|
<protectedtypes title=""/>
|
||||||
|
<protectedslots title=""/>
|
||||||
|
<protectedmethods title=""/>
|
||||||
|
<protectedstaticmethods title=""/>
|
||||||
|
<protectedattributes title=""/>
|
||||||
|
<protectedstaticattributes title=""/>
|
||||||
|
<packagetypes title=""/>
|
||||||
|
<packagemethods title=""/>
|
||||||
|
<packagestaticmethods title=""/>
|
||||||
|
<packageattributes title=""/>
|
||||||
|
<packagestaticattributes title=""/>
|
||||||
|
<properties title=""/>
|
||||||
|
<events title=""/>
|
||||||
|
<privatetypes title=""/>
|
||||||
|
<privateslots title=""/>
|
||||||
|
<privatemethods title=""/>
|
||||||
|
<privatestaticmethods title=""/>
|
||||||
|
<privateattributes title=""/>
|
||||||
|
<privatestaticattributes title=""/>
|
||||||
|
<friends title=""/>
|
||||||
|
<related title="" subtitle=""/>
|
||||||
|
</memberdecl>
|
||||||
|
<allmemberslink visible="yes"/>
|
||||||
|
<memberdef>
|
||||||
|
<inlineclasses title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<constructors title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<related title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
<properties title=""/>
|
||||||
|
<events title=""/>
|
||||||
|
</memberdef>
|
||||||
|
<usedfiles visible="$SHOW_USED_FILES"/>
|
||||||
|
<authorsection visible="yes"/>
|
||||||
|
</class>
|
||||||
|
|
||||||
|
<!-- Layout definition for a namespace page -->
|
||||||
|
<namespace>
|
||||||
|
<briefdescription visible="no"/>
|
||||||
|
<detaileddescription title=""/>
|
||||||
|
<memberdecl>
|
||||||
|
<membergroups visible="yes"/>
|
||||||
|
<nestednamespaces visible="yes" title=""/>
|
||||||
|
<classes visible="yes" title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
</memberdecl>
|
||||||
|
<memberdef>
|
||||||
|
<inlineclasses title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
</memberdef>
|
||||||
|
<authorsection visible="yes"/>
|
||||||
|
</namespace>
|
||||||
|
|
||||||
|
<!-- Layout definition for a file page -->
|
||||||
|
<file>
|
||||||
|
<briefdescription visible="no"/>
|
||||||
|
<includes visible="$SHOW_INCLUDE_FILES"/>
|
||||||
|
<includegraph visible="$INCLUDE_GRAPH"/>
|
||||||
|
<includedbygraph visible="$INCLUDED_BY_GRAPH"/>
|
||||||
|
<sourcelink visible="yes"/>
|
||||||
|
<detaileddescription title=""/>
|
||||||
|
<memberdecl>
|
||||||
|
<membergroups visible="yes"/>
|
||||||
|
<classes visible="yes" title=""/>
|
||||||
|
<namespaces visible="yes" title=""/>
|
||||||
|
<defines title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
</memberdecl>
|
||||||
|
<memberdef>
|
||||||
|
<inlineclasses title=""/>
|
||||||
|
<defines title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
</memberdef>
|
||||||
|
<authorsection/>
|
||||||
|
</file>
|
||||||
|
|
||||||
|
<!-- Layout definition for a group page -->
|
||||||
|
<group>
|
||||||
|
<briefdescription visible="no"/>
|
||||||
|
<groupgraph visible="$GROUP_GRAPHS"/>
|
||||||
|
<detaileddescription title=""/>
|
||||||
|
<memberdecl>
|
||||||
|
<membergroups visible="yes"/>
|
||||||
|
<nestedgroups visible="yes" title=""/>
|
||||||
|
<dirs visible="yes" title=""/>
|
||||||
|
<files visible="yes" title=""/>
|
||||||
|
<namespaces visible="yes" title=""/>
|
||||||
|
<classes visible="yes" title=""/>
|
||||||
|
<defines title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<enumvalues title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
<signals title=""/>
|
||||||
|
<publicslots title=""/>
|
||||||
|
<protectedslots title=""/>
|
||||||
|
<privateslots title=""/>
|
||||||
|
<events title=""/>
|
||||||
|
<properties title=""/>
|
||||||
|
<friends title=""/>
|
||||||
|
</memberdecl>
|
||||||
|
<memberdef>
|
||||||
|
<pagedocs/>
|
||||||
|
<inlineclasses title=""/>
|
||||||
|
<defines title=""/>
|
||||||
|
<typedefs title=""/>
|
||||||
|
<enums title=""/>
|
||||||
|
<enumvalues title=""/>
|
||||||
|
<functions title=""/>
|
||||||
|
<variables title=""/>
|
||||||
|
<signals title=""/>
|
||||||
|
<publicslots title=""/>
|
||||||
|
<protectedslots title=""/>
|
||||||
|
<privateslots title=""/>
|
||||||
|
<events title=""/>
|
||||||
|
<properties title=""/>
|
||||||
|
<friends title=""/>
|
||||||
|
</memberdef>
|
||||||
|
<authorsection visible="yes"/>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<!-- Layout definition for a directory page -->
|
||||||
|
<directory>
|
||||||
|
<briefdescription visible="yes"/>
|
||||||
|
<directorygraph visible="yes"/>
|
||||||
|
<detaileddescription title=""/>
|
||||||
|
<memberdecl>
|
||||||
|
<dirs visible="yes"/>
|
||||||
|
<files visible="yes"/>
|
||||||
|
</memberdecl>
|
||||||
|
</directory>
|
||||||
|
</doxygenlayout>
|
||||||
12
doxygen/layout/custom_footer.html
Normal file
12
doxygen/layout/custom_footer.html
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<hr>
|
||||||
|
<footer>
|
||||||
|
<p style="text-align:left">Copyright © 2019 Paul Ferrand
|
||||||
|
<span style="float:right">$generatedby
|
||||||
|
<a href="http://www.doxygen.org/index.html"
|
||||||
|
target="_new">Doxygen</a> $doxygenversion</span>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
<script src="./../assets/js/scripts.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
86
doxygen/layout/custom_header.html
Normal file
86
doxygen/layout/custom_header.html
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<title>Home - Sfizz</title>
|
||||||
|
|
||||||
|
<meta name="author" content="Paul Ferrand">
|
||||||
|
<meta name="web-author" content="RedTide">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<!-- Atom Feeds -->
|
||||||
|
<link href="./../atom.xml" rel="alternate" title="News"
|
||||||
|
type="application/atom+xml" />
|
||||||
|
|
||||||
|
<!-- Favicon Generator Icons -->
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180"
|
||||||
|
href="./../assets/ico/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="./../assets/ico/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="./../assets/ico/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="./../assets/ico/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="./../assets/ico/safari-pinned-tab.svg"
|
||||||
|
color="#5bbad5">
|
||||||
|
<link rel="shortcut icon" href="./../assets/ico/favicon.ico">
|
||||||
|
<meta name="msapplication-TileColor"
|
||||||
|
content="#da532c">
|
||||||
|
<meta name="msapplication-config" content="./../assets/ico/browserconfig.xml">
|
||||||
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
|
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<script type="text/javascript" src="$relpath$jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="$relpath$dynsections.js"></script>
|
||||||
|
$treeview
|
||||||
|
$search
|
||||||
|
$mathjax
|
||||||
|
<link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" />
|
||||||
|
$extrastylesheet
|
||||||
|
|
||||||
|
<!-- Stylesheets -->
|
||||||
|
<link href="./../assets/css/style.min.css"
|
||||||
|
rel="stylesheet" media="screen">
|
||||||
|
|
||||||
|
<!-- Font Awesome Icons -->
|
||||||
|
<script src="https://kit.fontawesome.com/8d25d19870.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<button onclick="topFunction()" id="scrollButton" title="Go to top">Top</button>
|
||||||
|
<a href="#content" class="sr-only">Skip to content</a>
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color:#222">
|
||||||
|
<a class="navbar-brand" href="./../"><img src="./../assets/img/logo.png"
|
||||||
|
width="30" height="30" class="d-inline-block">Sfizz</a>
|
||||||
|
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||||||
|
data-target="#navbarContent" aria-controls="navbarContent"
|
||||||
|
aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="collapse navbar-collapse" id="navbarContent">
|
||||||
|
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="./../status"><i class="fas fa-tasks fa-fw"
|
||||||
|
aria-hidden="true"></i> Status</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="./../downloads"><i class="fas fa-download fa-fw"
|
||||||
|
aria-hidden="true"></i> Downloads</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="./../contacts"><i class="fas fa-at fa-fw"
|
||||||
|
aria-hidden="true"></i> Contacts</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="https://sfztools.github.io/"><i class="fas fa-home fa-fw"
|
||||||
|
aria-hidden="true"></i> Home</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!--BEGIN DISABLE_INDEX-->
|
||||||
|
<!--BEGIN SEARCHENGINE-->
|
||||||
|
$searchbox
|
||||||
|
<!--END SEARCHENGINE-->
|
||||||
|
<!--END DISABLE_INDEX-->
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
198
doxygen/layout/extra_stylesheet.css
Normal file
198
doxygen/layout/extra_stylesheet.css
Normal file
|
|
@ -0,0 +1,198 @@
|
||||||
|
#page_container {
|
||||||
|
position: relative;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: auto !important;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.contents, div.searchresults {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-right: 12px;
|
||||||
|
padding-bottom: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projectlogo {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#projectnumber {
|
||||||
|
font-size: 120%;
|
||||||
|
font-family: Tahoma, Arial, sans-serif;
|
||||||
|
text-align: right;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.tabs2, .tabs3 {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navpath ul {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
color: #002D88;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 150%;
|
||||||
|
border-bottom: 1px solid #3276FF;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 135%;
|
||||||
|
margin-top: 0.75em;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 120%;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size: 100%;
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.headertitle h1 {
|
||||||
|
margin: 10px 2px;
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
width: auto;
|
||||||
|
color: black;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.toc h3 {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.toc li {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.3;
|
||||||
|
padding-left: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.logo {
|
||||||
|
float: right;
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.logo {
|
||||||
|
float: right;
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.directory {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
line-height: 1.25;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.appearance {
|
||||||
|
margin: 1em 0em;
|
||||||
|
}
|
||||||
|
div.appearance table {
|
||||||
|
margin: 0.5em 0em;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
div.appearance img {
|
||||||
|
margin: 0.5em;
|
||||||
|
}
|
||||||
|
div.appearance .caption {
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.appearance_brief table {
|
||||||
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
|
text-align: center;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.appearance_brief table td:first-child {
|
||||||
|
width: 20em;
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.appearance_brief table td {
|
||||||
|
border-style: none solid solid none;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: lightblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
td.green { color: green; }
|
||||||
|
td.orange { color: #ff8000; }
|
||||||
|
td.red { color: red; }
|
||||||
|
|
||||||
|
span.literal {
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: monospace, fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* we make all the following <span> tags render the text just like
|
||||||
|
the standard Doxygen @remarks, @see tags do, to obtain a uniform
|
||||||
|
look and feel */
|
||||||
|
span.itemdef, span.lib, span.category, span.stdobj, span.styles,
|
||||||
|
span.events, span.flags, span.appearance, span.impl, span.avail {
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 130%;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.style, span.event, span.flag {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #880000;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.styleDesc, div.eventDesc, div.flagDesc {
|
||||||
|
margin-left: 3%;
|
||||||
|
margin-bottom: 1ex;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.eventHandler {
|
||||||
|
margin: 1em;
|
||||||
|
text-indent: 3%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.eventHandler span {
|
||||||
|
padding: 5px;
|
||||||
|
background-color: #eeeeee;
|
||||||
|
font-family: monospace, fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-size: 110%;
|
||||||
|
color: #444444;
|
||||||
|
}
|
||||||
|
|
||||||
|
address.footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px 0;
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid #0043CC;
|
||||||
|
background-image: url('nav_h.png');
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-color: #F4F8FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
address.footer small {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
14
doxygen/pages/index.md
Normal file
14
doxygen/pages/index.md
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# sfizz
|
||||||
|
|
||||||
|
SFZ file format library
|
||||||
|
|
||||||
|
[Namespaces](namespaces.html)
|
||||||
|
- [sfz](namespacesfz.html)
|
||||||
|
- [config](namespacesfz_1_1config.html)
|
||||||
|
- [Default](namespacesfz_1_1_default.html)
|
||||||
|
- [Regexes](namespacesfz_1_1_regexes.html)
|
||||||
|
- [SIMDConfig](namespacesfz_1_1_s_i_m_d_config.html)
|
||||||
|
|
||||||
|
[Classes](annotated.html)
|
||||||
|
- [sfz](namespacesfz.html)
|
||||||
|
- [Synth](classsfz_1_1_synth.html)
|
||||||
Loading…
Add table
Reference in a new issue