diff --git a/annotated.html b/annotated.html
index a6c00f2..e177124 100644
--- a/annotated.html
+++ b/annotated.html
@@ -1,10 +1,10 @@
-
+
@@ -161,7 +148,7 @@
diff --git a/dir_68267d1309a1af8e8297ef4c3efbcdba.js b/dir_68267d1309a1af8e8297ef4c3efbcdba.js
index 2b0fdf3..dfd0680 100644
--- a/dir_68267d1309a1af8e8297ef4c3efbcdba.js
+++ b/dir_68267d1309a1af8e8297ef4c3efbcdba.js
@@ -1,8 +1,4 @@
var dir_68267d1309a1af8e8297ef4c3efbcdba =
[
- [ "result.h", "result_8h.html", [
- [ "Result", "classres_1_1Result.html", "classres_1_1Result" ],
- [ "Ok", "classres_1_1Ok.html", "classres_1_1Ok" ],
- [ "Err", "classres_1_1Err.html", "classres_1_1Err" ]
- ] ]
+ [ "result.h", "result_8h.html", "result_8h" ]
];
\ No newline at end of file
diff --git a/docd.png b/docd.png
new file mode 100644
index 0000000..d7c94fd
Binary files /dev/null and b/docd.png differ
diff --git a/doxygen.css b/doxygen.css
index ffbff02..71f3b79 100644
--- a/doxygen.css
+++ b/doxygen.css
@@ -1,26 +1,47 @@
-/* The standard CSS for doxygen 1.9.1 */
+/* The standard CSS for doxygen 1.9.5*/
-body, table, div, p, dl {
- font: 400 14px/22px Roboto,sans-serif;
+body {
+ background-color: white;
+ color: black;
+ scrollbar-color: #9CAFD4 #F9FAFC;
}
-p.reference, p.definition {
- font: 400 14px/22px Roboto,sans-serif;
+::-webkit-scrollbar {
+ background-color: #F9FAFC;
+ height: 10px;
+ width: 10px;
+}
+::-webkit-scrollbar-thumb {
+ background-color: #9CAFD4;
+ border-radius: 8px;
+}
+::-webkit-scrollbar-corner {
+ background-color: #F9FAFC;
}
-/* @group Heading Levels */
-
-h1.groupheader {
- font-size: 150%;
+body, table, div, p, dl {
+ font-weight: 400;
+ font-size: 14px;
+ font-family: Roboto,sans-serif;
+ line-height: 22px;
}
+/* @group Heading Levels */
+
.title {
- font: 400 14px/28px Roboto,sans-serif;
+ font-weight: 400;
+ font-size: 14px;
+ font-family: Roboto,sans-serif;
+ line-height: 28px;
font-size: 150%;
font-weight: bold;
margin: 10px 2px;
}
+h1.groupheader {
+ font-size: 150%;
+}
+
h2.groupheader {
border-bottom: 1px solid #879ECB;
color: #354C7B;
@@ -53,15 +74,6 @@ dt {
font-weight: bold;
}
-ul.multicol {
- -moz-column-gap: 1em;
- -webkit-column-gap: 1em;
- column-gap: 1em;
- -moz-column-count: 3;
- -webkit-column-count: 3;
- column-count: 3;
-}
-
p.startli, p.startdd {
margin-top: 2px;
}
@@ -113,7 +125,6 @@ h3.version {
}
div.navtab {
- border-right: 1px solid #A3B4D7;
padding-right: 15px;
text-align: right;
line-height: 110%;
@@ -127,6 +138,7 @@ td.navtab {
padding-right: 6px;
padding-left: 6px;
}
+
td.navtabHL {
background-image: url('tab_a.png');
background-repeat:repeat-x;
@@ -135,7 +147,7 @@ td.navtabHL {
}
td.navtabHL a, td.navtabHL a:visited {
- color: #fff;
+ color: white;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}
@@ -176,6 +188,10 @@ dt.alphachar{
line-height: 1.15em;
}
+.classindex dl.even {
+ background-color: white;
+}
+
.classindex dl.odd {
background-color: #F8F9FC;
}
@@ -209,10 +225,6 @@ a:hover {
text-decoration: underline;
}
-.contents a.qindexHL:visited {
- color: #FFFFFF;
-}
-
a.el {
font-weight: bold;
}
@@ -221,13 +233,40 @@ a.elRef {
}
a.code, a.code:visited, a.line, a.line:visited {
- color: #4665A2;
+ color: #4665A2;
}
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
- color: #4665A2;
+ color: #4665A2;
}
+a.code.hl_class { /* style for links to class names in code snippets */ }
+a.code.hl_struct { /* style for links to struct names in code snippets */ }
+a.code.hl_union { /* style for links to union names in code snippets */ }
+a.code.hl_interface { /* style for links to interface names in code snippets */ }
+a.code.hl_protocol { /* style for links to protocol names in code snippets */ }
+a.code.hl_category { /* style for links to category names in code snippets */ }
+a.code.hl_exception { /* style for links to exception names in code snippets */ }
+a.code.hl_service { /* style for links to service names in code snippets */ }
+a.code.hl_singleton { /* style for links to singleton names in code snippets */ }
+a.code.hl_concept { /* style for links to concept names in code snippets */ }
+a.code.hl_namespace { /* style for links to namespace names in code snippets */ }
+a.code.hl_package { /* style for links to package names in code snippets */ }
+a.code.hl_define { /* style for links to macro names in code snippets */ }
+a.code.hl_function { /* style for links to function names in code snippets */ }
+a.code.hl_variable { /* style for links to variable names in code snippets */ }
+a.code.hl_typedef { /* style for links to typedef names in code snippets */ }
+a.code.hl_enumvalue { /* style for links to enum value names in code snippets */ }
+a.code.hl_enumeration { /* style for links to enumeration names in code snippets */ }
+a.code.hl_signal { /* style for links to Qt signal names in code snippets */ }
+a.code.hl_slot { /* style for links to Qt slot names in code snippets */ }
+a.code.hl_friend { /* style for links to friend names in code snippets */ }
+a.code.hl_dcop { /* style for links to KDE3 DCOP names in code snippets */ }
+a.code.hl_property { /* style for links to property names in code snippets */ }
+a.code.hl_event { /* style for links to event names in code snippets */ }
+a.code.hl_sequence { /* style for links to sequence names in code snippets */ }
+a.code.hl_dictionary { /* style for links to dictionary names in code snippets */ }
+
/* @end */
dl.el {
@@ -235,7 +274,7 @@ dl.el {
}
ul {
- overflow: hidden; /*Fixed: list item bullets overlap floating elements*/
+ overflow: visible;
}
#side-nav ul {
@@ -256,25 +295,27 @@ ul {
pre.fragment {
border: 1px solid #C4CFE5;
background-color: #FBFCFD;
+ color: black;
padding: 4px 6px;
margin: 4px 8px 4px 2px;
overflow: auto;
word-wrap: break-word;
font-size: 9pt;
line-height: 125%;
- font-family: monospace, fixed;
+ font-family: monospace,fixed;
font-size: 105%;
}
div.fragment {
- padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
- margin: 4px 8px 4px 2px;
+ padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
+ margin: 4px 8px 4px 2px;
+ color: black;
background-color: #FBFCFD;
border: 1px solid #C4CFE5;
}
div.line {
- font-family: monospace, fixed;
+ font-family: monospace,fixed;
font-size: 13px;
min-height: 13px;
line-height: 1.0;
@@ -313,16 +354,20 @@ div.line.glow {
span.lineno {
padding-right: 4px;
+ margin-right: 9px;
text-align: right;
- border-right: 2px solid #0F0;
+ border-right: 2px solid #00FF00;
+ color: black;
background-color: #E8E8E8;
white-space: pre;
}
-span.lineno a {
+span.lineno a, span.lineno a:visited {
+ color: #4665A2;
background-color: #D8D8D8;
}
span.lineno a:hover {
+ color: #4665A2;
background-color: #C8C8C8;
}
@@ -335,24 +380,6 @@ span.lineno a:hover {
user-select: none;
}
-div.ah, span.ah {
- background-color: black;
- font-weight: bold;
- color: #FFFFFF;
- margin-bottom: 3px;
- margin-top: 3px;
- padding: 0.2em;
- border: solid thin #333;
- border-radius: 0.5em;
- -webkit-border-radius: .5em;
- -moz-border-radius: .5em;
- box-shadow: 2px 2px 3px #999;
- -webkit-box-shadow: 2px 2px 3px #999;
- -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
- background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
-}
-
div.classindex ul {
list-style: none;
padding-left: 0;
@@ -374,7 +401,6 @@ div.groupText {
}
body {
- background-color: white;
color: black;
margin: 0;
}
@@ -385,29 +411,15 @@ div.contents {
margin-right: 8px;
}
-td.indexkey {
- background-color: #EBEFF6;
- font-weight: bold;
- border: 1px solid #C4CFE5;
- margin: 2px 0px 2px 0;
- padding: 2px 10px;
- white-space: nowrap;
- vertical-align: top;
-}
-
-td.indexvalue {
- background-color: #EBEFF6;
- border: 1px solid #C4CFE5;
- padding: 2px 10px;
- margin: 2px 0px;
+p.formulaDsp {
+ text-align: center;
}
-tr.memlist {
- background-color: #EEF1F7;
+img.dark-mode-visible {
+ display: none;
}
-
-p.formulaDsp {
- text-align: center;
+img.light-mode-visible {
+ display: none;
}
img.formulaDsp {
@@ -437,52 +449,59 @@ address.footer {
img.footer {
border: 0px;
vertical-align: middle;
+ width: 104px;
+}
+
+.compoundTemplParams {
+ color: #4665A2;
+ font-size: 80%;
+ line-height: 120%;
}
/* @group Code Colorization */
span.keyword {
- color: #008000
+ color: #008000;
}
span.keywordtype {
- color: #604020
+ color: #604020;
}
span.keywordflow {
- color: #e08000
+ color: #E08000;
}
span.comment {
- color: #800000
+ color: #800000;
}
span.preprocessor {
- color: #806020
+ color: #806020;
}
span.stringliteral {
- color: #002080
+ color: #002080;
}
span.charliteral {
- color: #008080
+ color: #008080;
}
span.vhdldigit {
- color: #ff00ff
+ color: #FF00FF;
}
span.vhdlchar {
- color: #000000
+ color: #000000;
}
span.vhdlkeyword {
- color: #700070
+ color: #700070;
}
span.vhdllogic {
- color: #ff0000
+ color: #FF0000;
}
blockquote {
@@ -492,34 +511,8 @@ blockquote {
padding: 0 12px 0 16px;
}
-blockquote.DocNodeRTL {
- border-left: 0;
- border-right: 2px solid #9CAFD4;
- margin: 0 4px 0 24px;
- padding: 0 16px 0 12px;
-}
-
/* @end */
-/*
-.search {
- color: #003399;
- font-weight: bold;
-}
-
-form.search {
- margin-bottom: 0px;
- margin-top: 0px;
-}
-
-input.search {
- font-size: 75%;
- color: #000080;
- font-weight: normal;
- background-color: #e8eef2;
-}
-*/
-
td.tiny {
font-size: 75%;
}
@@ -527,11 +520,12 @@ td.tiny {
.dirtab {
padding: 4px;
border-collapse: collapse;
- border: 1px solid #A3B4D7;
+ border: 1px solid #2D4068;
}
th.dirtab {
- background: #EBEFF6;
+ background-color: #374F7F;
+ color: #FFFFFF;
font-weight: bold;
}
@@ -641,15 +635,6 @@ table.memberdecls {
margin-left: 9px;
}
-.memnav {
- background-color: #EBEFF6;
- border: 1px solid #A3B4D7;
- text-align: center;
- margin: 2px;
- margin-right: 15px;
- padding: 2px;
-}
-
.mempage {
width: 100%;
}
@@ -689,33 +674,24 @@ table.memberdecls {
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
background-color: #DFE5F1;
- /* opera specific markup */
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
- /* firefox specific markup */
- -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
- -moz-border-radius-topright: 4px;
- /* webkit specific markup */
- -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
- -webkit-border-top-right-radius: 4px;
-
}
.overload {
- font-family: "courier new",courier,monospace;
+ font-family: monospace,fixed;
font-size: 65%;
}
.memdoc, dl.reflist dd {
- border-bottom: 1px solid #A8B8D9;
- border-left: 1px solid #A8B8D9;
- border-right: 1px solid #A8B8D9;
+ border-bottom: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
padding: 6px 10px 2px 10px;
- background-color: #FBFCFD;
border-top-width: 0;
background-image:url('nav_g.png');
background-repeat:repeat-x;
- background-color: #FFFFFF;
+ background-color: white;
/* opera specific markup */
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
@@ -761,20 +737,20 @@ dl.reflist dd {
.params, .retval, .exception, .tparams {
margin-left: 0px;
padding-left: 0px;
-}
+}
.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
font-weight: bold;
vertical-align: top;
}
-
+
.params .paramtype, .tparams .paramtype {
font-style: italic;
vertical-align: top;
-}
-
+}
+
.params .paramdir, .tparams .paramdir {
- font-family: "courier new",courier,monospace;
+ font-family: monospace,fixed;
vertical-align: top;
}
@@ -858,9 +834,14 @@ div.directory {
border-left: 1px solid rgba(0,0,0,0.05);
}
+.directory tr.odd {
+ padding-left: 6px;
+ background-color: #F8F9FC;
+}
+
.directory tr.even {
padding-left: 6px;
- background-color: #F7F8FB;
+ background-color: white;
}
.directory img {
@@ -896,7 +877,8 @@ div.directory {
}
.icon {
- font-family: Arial, Helvetica;
+ font-family: Arial,Helvetica;
+ line-height: normal;
font-weight: bold;
font-size: 12px;
height: 14px;
@@ -949,10 +931,6 @@ div.directory {
display: inline-block;
}
-table.directory {
- font: 400 14px Roboto,sans-serif;
-}
-
/* @end */
div.dynheader {
@@ -994,15 +972,10 @@ table.doxtable th {
}
table.fieldtable {
- /*width: 100%;*/
margin-bottom: 10px;
border: 1px solid #A8B8D9;
border-spacing: 0px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
border-radius: 4px;
- -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
- -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
@@ -1023,13 +996,12 @@ table.fieldtable {
.fieldtable td.fielddoc {
border-bottom: 1px solid #A8B8D9;
- /*width: 100%;*/
}
.fieldtable td.fielddoc p:first-child {
margin-top: 0px;
-}
-
+}
+
.fieldtable td.fielddoc p:last-child {
margin-bottom: 2px;
}
@@ -1039,7 +1011,7 @@ table.fieldtable {
}
.fieldtable th {
- background-image:url('nav_f.png');
+ background-image: url('nav_f.png');
background-repeat:repeat-x;
background-color: #E2E8F2;
font-size: 90%;
@@ -1048,10 +1020,6 @@ table.fieldtable {
padding-top: 5px;
text-align:left;
font-weight: 400;
- -moz-border-radius-topleft: 4px;
- -moz-border-radius-topright: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid #A8B8D9;
@@ -1071,12 +1039,12 @@ table.fieldtable {
.navpath ul
{
font-size: 11px;
- background-image:url('tab_b.png');
+ background-image: url('tab_b.png');
background-repeat:repeat-x;
background-position: 0 -5px;
height:30px;
line-height:30px;
- color:#8AA0CC;
+ color:#283A5D;
border:solid 1px #C2CDE4;
overflow:hidden;
margin:0px;
@@ -1092,7 +1060,7 @@ table.fieldtable {
background-image:url('bc_s.png');
background-repeat:no-repeat;
background-position:right;
- color:#364D7C;
+ color: #364D7C;
}
.navpath li.navelem a
@@ -1104,12 +1072,13 @@ table.fieldtable {
color: #283A5D;
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
- text-decoration: none;
+ text-decoration: none;
}
.navpath li.navelem a:hover
{
- color:#6884BD;
+ color: white;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}
.navpath li.footer
@@ -1121,7 +1090,7 @@ table.fieldtable {
background-image:none;
background-repeat:no-repeat;
background-position:right;
- color:#364D7C;
+ color: #2A3D61;
font-size: 8pt;
}
@@ -1133,7 +1102,7 @@ div.summary
padding-right: 5px;
width: 50%;
text-align: right;
-}
+}
div.summary a
{
@@ -1148,7 +1117,7 @@ table.classindex
margin-right: 3%;
width: 94%;
border: 0;
- border-spacing: 0;
+ border-spacing: 0;
padding: 0;
}
@@ -1166,7 +1135,7 @@ div.ingroups a
div.header
{
- background-image:url('nav_h.png');
+ background-image: url('nav_h.png');
background-repeat:repeat-x;
background-color: #F9FAFC;
margin: 0px;
@@ -1193,11 +1162,6 @@ dl.section {
padding-left: 0px;
}
-dl.section.DocNodeRTL {
- margin-right: 0px;
- padding-right: 0px;
-}
-
dl.note {
margin-left: -7px;
padding-left: 3px;
@@ -1205,16 +1169,6 @@ dl.note {
border-color: #D0C000;
}
-dl.note.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #D0C000;
-}
-
dl.warning, dl.attention {
margin-left: -7px;
padding-left: 3px;
@@ -1222,16 +1176,6 @@ dl.warning, dl.attention {
border-color: #FF0000;
}
-dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #FF0000;
-}
-
dl.pre, dl.post, dl.invariant {
margin-left: -7px;
padding-left: 3px;
@@ -1239,16 +1183,6 @@ dl.pre, dl.post, dl.invariant {
border-color: #00D000;
}
-dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #00D000;
-}
-
dl.deprecated {
margin-left: -7px;
padding-left: 3px;
@@ -1256,16 +1190,6 @@ dl.deprecated {
border-color: #505050;
}
-dl.deprecated.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #505050;
-}
-
dl.todo {
margin-left: -7px;
padding-left: 3px;
@@ -1273,16 +1197,6 @@ dl.todo {
border-color: #00C0E0;
}
-dl.todo.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #00C0E0;
-}
-
dl.test {
margin-left: -7px;
padding-left: 3px;
@@ -1290,16 +1204,6 @@ dl.test {
border-color: #3030E0;
}
-dl.test.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #3030E0;
-}
-
dl.bug {
margin-left: -7px;
padding-left: 3px;
@@ -1307,21 +1211,16 @@ dl.bug {
border-color: #C08050;
}
-dl.bug.DocNodeRTL {
- margin-left: 0;
- padding-left: 0;
- border-left: 0;
- margin-right: -7px;
- padding-right: 3px;
- border-right: 4px solid;
- border-color: #C08050;
-}
-
dl.section dd {
margin-bottom: 6px;
}
+#projectrow
+{
+ height: 56px;
+}
+
#projectlogo
{
text-align: center;
@@ -1337,25 +1236,29 @@ dl.section dd {
#projectalign
{
vertical-align: middle;
+ padding-left: 0.5em;
}
#projectname
{
- font: 300% Tahoma, Arial,sans-serif;
+ font-size: 200%;
+ font-family: Tahoma,Arial,sans-serif;
margin: 0px;
padding: 2px 0px;
}
-
+
#projectbrief
{
- font: 120% Tahoma, Arial,sans-serif;
+ font-size: 90%;
+ font-family: Tahoma,Arial,sans-serif;
margin: 0px;
padding: 0px;
}
#projectnumber
{
- font: 50% Tahoma, Arial,sans-serif;
+ font-size: 50%;
+ font-family: 50% Tahoma,Arial,sans-serif;
margin: 0px;
padding: 0px;
}
@@ -1366,6 +1269,7 @@ dl.section dd {
margin: 0px;
width: 100%;
border-bottom: 1px solid #5373B4;
+ background-color: white;
}
.image
@@ -1398,11 +1302,6 @@ dl.section dd {
font-weight: bold;
}
-div.zoom
-{
- border: 1px solid #90A5CE;
-}
-
dl.citelist {
margin-bottom:50px;
}
@@ -1433,27 +1332,16 @@ div.toc {
width: 200px;
}
-.PageDocRTL-title div.toc {
- float: left !important;
- text-align: right;
-}
-
div.toc li {
background: url("bdwn.png") no-repeat scroll 0 5px transparent;
- font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ font: 10px/1.2 Verdana,'DejaVu Sans',Geneva,sans-serif;
margin-top: 5px;
padding-left: 10px;
padding-top: 2px;
}
-.PageDocRTL-title div.toc li {
- background-position-x: right !important;
- padding-left: 0 !important;
- padding-right: 10px;
-}
-
div.toc h3 {
- font: bold 12px/1.2 Arial,FreeSans,sans-serif;
+ font: bold 12px/1.2 Verdana,'DejaVu Sans',Geneva,sans-serif;
color: #4665A2;
border-bottom: 0 none;
margin: 0;
@@ -1463,7 +1351,7 @@ div.toc ul {
list-style: none outside none;
border: medium none;
padding: 0px;
-}
+}
div.toc li.level1 {
margin-left: 0px;
@@ -1487,24 +1375,8 @@ span.emoji {
*/
}
-.PageDocRTL-title div.toc li.level1 {
- margin-left: 0 !important;
- margin-right: 0;
-}
-
-.PageDocRTL-title div.toc li.level2 {
- margin-left: 0 !important;
- margin-right: 15px;
-}
-
-.PageDocRTL-title div.toc li.level3 {
- margin-left: 0 !important;
- margin-right: 30px;
-}
-
-.PageDocRTL-title div.toc li.level4 {
- margin-left: 0 !important;
- margin-right: 45px;
+span.obfuscator {
+ display: none;
}
.inherit_header {
@@ -1541,7 +1413,8 @@ tr.heading h2 {
#powerTip {
cursor: default;
- white-space: nowrap;
+ /*white-space: nowrap;*/
+ color: black;
background-color: white;
border: 1px solid gray;
border-radius: 4px 4px 4px 4px;
@@ -1564,6 +1437,10 @@ tr.heading h2 {
font-weight: bold;
}
+#powerTip a {
+ color: #4665A2;
+}
+
#powerTip div.ttname {
font-weight: bold;
}
@@ -1575,7 +1452,9 @@ tr.heading h2 {
#powerTip div {
margin: 0px;
padding: 0px;
- font: 12px/16px Roboto,sans-serif;
+ font-size: 12px;
+ font-family: Roboto,sans-serif;
+ line-height: 16px;
}
#powerTip:before, #powerTip:after {
@@ -1620,12 +1499,12 @@ tr.heading h2 {
}
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
- border-top-color: #FFFFFF;
+ border-top-color: white;
border-width: 10px;
margin: 0px -10px;
}
-#powerTip.n:before {
- border-top-color: #808080;
+#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
+ border-top-color: gray;
border-width: 11px;
margin: 0px -11px;
}
@@ -1648,13 +1527,13 @@ tr.heading h2 {
}
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
- border-bottom-color: #FFFFFF;
+ border-bottom-color: white;
border-width: 10px;
margin: 0px -10px;
}
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
- border-bottom-color: #808080;
+ border-bottom-color: gray;
border-width: 11px;
margin: 0px -11px;
}
@@ -1675,13 +1554,13 @@ tr.heading h2 {
left: 100%;
}
#powerTip.e:after {
- border-left-color: #FFFFFF;
+ border-left-color: gray;
border-width: 10px;
top: 50%;
margin-top: -10px;
}
#powerTip.e:before {
- border-left-color: #808080;
+ border-left-color: gray;
border-width: 11px;
top: 50%;
margin-top: -11px;
@@ -1691,13 +1570,13 @@ tr.heading h2 {
right: 100%;
}
#powerTip.w:after {
- border-right-color: #FFFFFF;
+ border-right-color: gray;
border-width: 10px;
top: 50%;
margin-top: -10px;
}
#powerTip.w:before {
- border-right-color: #808080;
+ border-right-color: gray;
border-width: 11px;
top: 50%;
margin-top: -11px;
@@ -1758,32 +1637,9 @@ th.markdownTableHeadCenter, td.markdownTableBodyCenter {
text-align: center
}
-.DocNodeRTL {
- text-align: right;
- direction: rtl;
-}
-
-.DocNodeLTR {
- text-align: left;
- direction: ltr;
-}
-
-table.DocNodeRTL {
- width: auto;
- margin-right: 0;
- margin-left: auto;
-}
-
-table.DocNodeLTR {
- width: auto;
- margin-right: auto;
- margin-left: 0;
-}
-
tt, code, kbd, samp
{
display: inline-block;
- direction:ltr;
}
/* @end */
diff --git a/dynsections.js b/dynsections.js
index 3174bd7..f579fbf 100644
--- a/dynsections.js
+++ b/dynsections.js
@@ -47,6 +47,8 @@ function updateStripes()
{
$('table.directory tr').
removeClass('even').filter(':visible:even').addClass('even');
+ $('table.directory tr').
+ removeClass('odd').filter(':visible:odd').addClass('odd');
}
function toggleLevel(level)
diff --git a/files.html b/files.html
index 9545bfb..abfb861 100644
--- a/files.html
+++ b/files.html
@@ -1,10 +1,10 @@
-
+
-
+
Result C++: File List
@@ -17,7 +17,6 @@
- $darkmode
@@ -69,25 +68,6 @@
A modern C++ Result<T, E> type inspired by Rust
-
-
-
-
-
-
@@ -96,21 +76,22 @@
-
+
+/* @license-end */
+