From: Michael Wallner
Date: Wed, 30 Sep 2015 10:22:50 +0000 (+0200)
Subject: update v1.0.x docs
X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=81669568e8efb556df803a2bb02afd93764f4868;p=m6w6%2Fext-propro
update v1.0.x docs
---
diff --git a/v1.0.x/arrowdown.png b/v1.0.x/arrowdown.png
new file mode 100644
index 0000000..0b63f6d
Binary files /dev/null and b/v1.0.x/arrowdown.png differ
diff --git a/v1.0.x/arrowright.png b/v1.0.x/arrowright.png
new file mode 100644
index 0000000..c6ee22f
Binary files /dev/null and b/v1.0.x/arrowright.png differ
diff --git a/v1.0.x/doc.png b/v1.0.x/doc.png
new file mode 100644
index 0000000..17edabf
Binary files /dev/null and b/v1.0.x/doc.png differ
diff --git a/v1.0.x/doxygen.css b/v1.0.x/doxygen.css
index 4699e69..b2c94ac 100644
--- a/v1.0.x/doxygen.css
+++ b/v1.0.x/doxygen.css
@@ -1,4 +1,4 @@
-/* The standard CSS for doxygen 1.8.5 */
+/* The standard CSS for doxygen 1.8.10 */
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
@@ -56,10 +56,14 @@ div.multicol {
-webkit-column-count: 3;
}
-p.startli, p.startdd, p.starttd {
+p.startli, p.startdd {
margin-top: 2px;
}
+p.starttd {
+ margin-top: 0px;
+}
+
p.endli {
margin-bottom: 0px;
}
@@ -169,8 +173,8 @@ pre.fragment {
}
div.fragment {
- padding: 0px;
- margin: 0px;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
background-color: #FBFCFD;
border: 1px solid #C4CFE5;
}
@@ -223,7 +227,7 @@ span.lineno a:hover {
background-color: #C8C8C8;
}
-div.ah {
+div.ah, span.ah {
background-color: black;
font-weight: bold;
color: #ffffff;
@@ -241,6 +245,15 @@ div.ah {
background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
}
+div.classindex ul {
+ list-style: none;
+ padding-left: 0;
+}
+
+div.classindex span.ai {
+ display: inline-block;
+}
+
div.groupHeader {
margin-left: 16px;
margin-top: 12px;
@@ -666,12 +679,12 @@ span.mlabel {
/* @end */
-/* these are for tree view when not used as main index */
+/* these are for tree view inside a (index) page */
div.directory {
margin: 10px 0px;
- border-top: 1px solid #A8B8D9;
- border-bottom: 1px solid #A8B8D9;
+ border-top: 1px solid #9CAFD4;
+ border-bottom: 1px solid #9CAFD4;
width: 100%;
}
@@ -730,6 +743,80 @@ div.directory {
color: #3D578C;
}
+.arrow {
+ color: #9CAFD4;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ font-size: 80%;
+ display: inline-block;
+ width: 16px;
+ height: 22px;
+}
+
+.icon {
+ font-family: Arial, Helvetica;
+ font-weight: bold;
+ font-size: 12px;
+ height: 14px;
+ width: 16px;
+ display: inline-block;
+ background-color: #728DC1;
+ color: white;
+ text-align: center;
+ border-radius: 4px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+.icona {
+ width: 24px;
+ height: 22px;
+ display: inline-block;
+}
+
+.iconfopen {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderopen.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.iconfclosed {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderclosed.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.icondoc {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('doc.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+table.directory {
+ font: 400 14px Roboto,sans-serif;
+}
+
+/* @end */
+
div.dynheader {
margin-top: 8px;
-webkit-touch-callout: none;
@@ -1021,6 +1108,11 @@ dl.section dd {
border: 0px none;
}
+#projectalign
+{
+ vertical-align: middle;
+}
+
#projectname
{
font: 300% Tahoma, Arial,sans-serif;
@@ -1065,6 +1157,11 @@ dl.section dd {
text-align: center;
}
+.diagraph
+{
+ text-align: center;
+}
+
.caption
{
font-weight: bold;
diff --git a/v1.0.x/dynsections.js b/v1.0.x/dynsections.js
index ed092c7..85e1836 100644
--- a/v1.0.x/dynsections.js
+++ b/v1.0.x/dynsections.js
@@ -24,19 +24,20 @@ function updateStripes()
$('table.directory tr').
removeClass('even').filter(':visible:even').addClass('even');
}
+
function toggleLevel(level)
{
- $('table.directory tr').each(function(){
+ $('table.directory tr').each(function() {
var l = this.id.split('_').length-1;
var i = $('#img'+this.id.substring(3));
var a = $('#arr'+this.id.substring(3));
if (l
-
+
Property proxy API: File List
+
+
@@ -28,7 +30,7 @@
-
+ |
Property proxy API
A facility to manage extension object properties tied to C-struct members
@@ -38,14 +40,13 @@
|
-
+
@@ -107,7 +108,7 @@ $(document).ready(function(){initNavTree('files.html','');});
Here is a list of all files with brief descriptions:
@@ -117,7 +118,7 @@ $(document).ready(function(){initNavTree('files.html','');});
+
+
+
+
+
+
+ Property proxy API
+
+ A facility to manage extension object properties tied to C-struct members
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/v1.0.x/folderclosed.png b/v1.0.x/folderclosed.png
new file mode 100644
index 0000000..bb8ab35
Binary files /dev/null and b/v1.0.x/folderclosed.png differ
diff --git a/v1.0.x/folderopen.png b/v1.0.x/folderopen.png
new file mode 100644
index 0000000..d6c7f67
Binary files /dev/null and b/v1.0.x/folderopen.png differ
diff --git a/v1.0.x/globals.html b/v1.0.x/globals.html
index c64aa76..6b46726 100644
--- a/v1.0.x/globals.html
+++ b/v1.0.x/globals.html
@@ -3,22 +3,24 @@
@@ -109,26 +110,17 @@ $(document).ready(function(){initNavTree('globals.html','');});
Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
@@ -138,7 +130,7 @@ $(document).ready(function(){initNavTree('globals.html','');});
diff --git a/v1.0.x/globals_defs.html b/v1.0.x/globals_defs.html
new file mode 100644
index 0000000..36ec529
--- /dev/null
+++ b/v1.0.x/globals_defs.html
@@ -0,0 +1,134 @@
+
+
+