Skip to content

Commit 5882093

Browse files
committed
updated to 1.58
Add initialisation for _enableInverted in constructor.
1 parent 85c9c97 commit 5882093

File tree

12 files changed

+419
-358
lines changed

12 files changed

+419
-358
lines changed

extras/doc/annotated.html

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/doc/classAccelStepper-members.html

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/doc/classAccelStepper.html

Lines changed: 185 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extras/doc/doxygen.css

Lines changed: 130 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
/* The standard CSS for doxygen 1.8.11 */
1+
/* The standard CSS for doxygen 1.8.13 */
22

33
body, table, div, p, dl {
44
font: 400 14px/22px Roboto,sans-serif;
55
}
66

7+
p.reference, p.definition {
8+
font: 400 14px/22px Roboto,sans-serif;
9+
}
10+
711
/* @group Heading Levels */
812

913
h1.groupheader {
@@ -173,7 +177,7 @@ pre.fragment {
173177
}
174178

175179
div.fragment {
176-
padding: 4px 6px;
180+
padding: 0px;
177181
margin: 4px 8px 4px 2px;
178182
background-color: #FBFCFD;
179183
border: 1px solid #C4CFE5;
@@ -232,6 +236,15 @@ span.lineno a:hover {
232236
background-color: #C8C8C8;
233237
}
234238

239+
.lineno {
240+
-webkit-touch-callout: none;
241+
-webkit-user-select: none;
242+
-khtml-user-select: none;
243+
-moz-user-select: none;
244+
-ms-user-select: none;
245+
user-select: none;
246+
}
247+
235248
div.ah, span.ah {
236249
background-color: black;
237250
font-weight: bold;
@@ -501,6 +514,29 @@ table.memberdecls {
501514

502515
/* Styles for detailed member documentation */
503516

517+
.memtitle {
518+
padding: 8px;
519+
border-top: 1px solid #A8B8D9;
520+
border-left: 1px solid #A8B8D9;
521+
border-right: 1px solid #A8B8D9;
522+
border-top-right-radius: 4px;
523+
border-top-left-radius: 4px;
524+
margin-bottom: -1px;
525+
background-image: url('nav_f.png');
526+
background-repeat: repeat-x;
527+
background-color: #E2E8F2;
528+
line-height: 1.25;
529+
font-weight: 300;
530+
float:left;
531+
}
532+
533+
.permalink
534+
{
535+
font-size: 65%;
536+
display: inline-block;
537+
vertical-align: middle;
538+
}
539+
504540
.memtemplate {
505541
font-size: 80%;
506542
color: #4665A2;
@@ -539,7 +575,7 @@ table.memberdecls {
539575
}
540576

541577
.memname {
542-
font-weight: bold;
578+
font-weight: 400;
543579
margin-left: 6px;
544580
}
545581

@@ -555,24 +591,24 @@ table.memberdecls {
555591
color: #253555;
556592
font-weight: bold;
557593
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
558-
background-image:url('nav_f.png');
559-
background-repeat:repeat-x;
560-
background-color: #E2E8F2;
594+
background-color: #DFE5F1;
561595
/* opera specific markup */
562596
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
563597
border-top-right-radius: 4px;
564-
border-top-left-radius: 4px;
565598
/* firefox specific markup */
566599
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
567600
-moz-border-radius-topright: 4px;
568-
-moz-border-radius-topleft: 4px;
569601
/* webkit specific markup */
570602
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
571603
-webkit-border-top-right-radius: 4px;
572-
-webkit-border-top-left-radius: 4px;
573604

574605
}
575606

607+
.overload {
608+
font-family: "courier new",courier,monospace;
609+
font-size: 65%;
610+
}
611+
576612
.memdoc, dl.reflist dd {
577613
border-bottom: 1px solid #A8B8D9;
578614
border-left: 1px solid #A8B8D9;
@@ -914,6 +950,7 @@ table.fieldtable {
914950
padding-bottom: 4px;
915951
padding-top: 5px;
916952
text-align:left;
953+
font-weight: 400;
917954
-moz-border-radius-topleft: 4px;
918955
-moz-border-radius-topright: 4px;
919956
-webkit-border-top-left-radius: 4px;
@@ -1178,6 +1215,11 @@ dl.section dd {
11781215
text-align: center;
11791216
}
11801217

1218+
.plantumlgraph
1219+
{
1220+
text-align: center;
1221+
}
1222+
11811223
.diagraph
11821224
{
11831225
text-align: center;
@@ -1473,3 +1515,82 @@ tr.heading h2 {
14731515
}
14741516
}
14751517

1518+
/* @group Markdown */
1519+
1520+
/*
1521+
table.markdownTable {
1522+
border-collapse:collapse;
1523+
margin-top: 4px;
1524+
margin-bottom: 4px;
1525+
}
1526+
1527+
table.markdownTable td, table.markdownTable th {
1528+
border: 1px solid #2D4068;
1529+
padding: 3px 7px 2px;
1530+
}
1531+
1532+
table.markdownTableHead tr {
1533+
}
1534+
1535+
table.markdownTableBodyLeft td, table.markdownTable th {
1536+
border: 1px solid #2D4068;
1537+
padding: 3px 7px 2px;
1538+
}
1539+
1540+
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
1541+
background-color: #374F7F;
1542+
color: #FFFFFF;
1543+
font-size: 110%;
1544+
padding-bottom: 4px;
1545+
padding-top: 5px;
1546+
}
1547+
1548+
th.markdownTableHeadLeft {
1549+
text-align: left
1550+
}
1551+
1552+
th.markdownTableHeadRight {
1553+
text-align: right
1554+
}
1555+
1556+
th.markdownTableHeadCenter {
1557+
text-align: center
1558+
}
1559+
*/
1560+
1561+
table.markdownTable {
1562+
border-collapse:collapse;
1563+
margin-top: 4px;
1564+
margin-bottom: 4px;
1565+
}
1566+
1567+
table.markdownTable td, table.markdownTable th {
1568+
border: 1px solid #2D4068;
1569+
padding: 3px 7px 2px;
1570+
}
1571+
1572+
table.markdownTable tr {
1573+
}
1574+
1575+
th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
1576+
background-color: #374F7F;
1577+
color: #FFFFFF;
1578+
font-size: 110%;
1579+
padding-bottom: 4px;
1580+
padding-top: 5px;
1581+
}
1582+
1583+
th.markdownTableHeadLeft, td.markdownTableBodyLeft {
1584+
text-align: left
1585+
}
1586+
1587+
th.markdownTableHeadRight, td.markdownTableBodyRight {
1588+
text-align: right
1589+
}
1590+
1591+
th.markdownTableHeadCenter, td.markdownTableBodyCenter {
1592+
text-align: center
1593+
}
1594+
1595+
1596+
/* @end */

extras/doc/files.html

Lines changed: 12 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)