Skip to content

Commit

Permalink
updated to 1.58
Browse files Browse the repository at this point in the history
Add initialisation for _enableInverted in constructor.
  • Loading branch information
waspinator committed Apr 14, 2018
1 parent 85c9c97 commit 5882093
Show file tree
Hide file tree
Showing 12 changed files with 419 additions and 358 deletions.
29 changes: 12 additions & 17 deletions extras/doc/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 12 additions & 17 deletions extras/doc/classAccelStepper-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

306 changes: 185 additions & 121 deletions extras/doc/classAccelStepper.html

Large diffs are not rendered by default.

139 changes: 130 additions & 9 deletions extras/doc/doxygen.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/* The standard CSS for doxygen 1.8.11 */
/* The standard CSS for doxygen 1.8.13 */

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

p.reference, p.definition {
font: 400 14px/22px Roboto,sans-serif;
}

/* @group Heading Levels */

h1.groupheader {
Expand Down Expand Up @@ -173,7 +177,7 @@ pre.fragment {
}

div.fragment {
padding: 4px 6px;
padding: 0px;
margin: 4px 8px 4px 2px;
background-color: #FBFCFD;
border: 1px solid #C4CFE5;
Expand Down Expand Up @@ -232,6 +236,15 @@ span.lineno a:hover {
background-color: #C8C8C8;
}

.lineno {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

div.ah, span.ah {
background-color: black;
font-weight: bold;
Expand Down Expand Up @@ -501,6 +514,29 @@ table.memberdecls {

/* Styles for detailed member documentation */

.memtitle {
padding: 8px;
border-top: 1px solid #A8B8D9;
border-left: 1px solid #A8B8D9;
border-right: 1px solid #A8B8D9;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
margin-bottom: -1px;
background-image: url('nav_f.png');
background-repeat: repeat-x;
background-color: #E2E8F2;
line-height: 1.25;
font-weight: 300;
float:left;
}

.permalink
{
font-size: 65%;
display: inline-block;
vertical-align: middle;
}

.memtemplate {
font-size: 80%;
color: #4665A2;
Expand Down Expand Up @@ -539,7 +575,7 @@ table.memberdecls {
}

.memname {
font-weight: bold;
font-weight: 400;
margin-left: 6px;
}

Expand All @@ -555,24 +591,24 @@ table.memberdecls {
color: #253555;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
background-image:url('nav_f.png');
background-repeat:repeat-x;
background-color: #E2E8F2;
background-color: #DFE5F1;
/* opera specific markup */
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;
border-top-left-radius: 4px;
/* firefox specific markup */
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
/* webkit specific markup */
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;

}

.overload {
font-family: "courier new",courier,monospace;
font-size: 65%;
}

.memdoc, dl.reflist dd {
border-bottom: 1px solid #A8B8D9;
border-left: 1px solid #A8B8D9;
Expand Down Expand Up @@ -914,6 +950,7 @@ table.fieldtable {
padding-bottom: 4px;
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;
Expand Down Expand Up @@ -1178,6 +1215,11 @@ dl.section dd {
text-align: center;
}

.plantumlgraph
{
text-align: center;
}

.diagraph
{
text-align: center;
Expand Down Expand Up @@ -1473,3 +1515,82 @@ tr.heading h2 {
}
}

/* @group Markdown */

/*
table.markdownTable {
border-collapse:collapse;
margin-top: 4px;
margin-bottom: 4px;
}
table.markdownTable td, table.markdownTable th {
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}
table.markdownTableHead tr {
}
table.markdownTableBodyLeft td, table.markdownTable th {
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
background-color: #374F7F;
color: #FFFFFF;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
}
th.markdownTableHeadLeft {
text-align: left
}
th.markdownTableHeadRight {
text-align: right
}
th.markdownTableHeadCenter {
text-align: center
}
*/

table.markdownTable {
border-collapse:collapse;
margin-top: 4px;
margin-bottom: 4px;
}

table.markdownTable td, table.markdownTable th {
border: 1px solid #2D4068;
padding: 3px 7px 2px;
}

table.markdownTable tr {
}

th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
background-color: #374F7F;
color: #FFFFFF;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
}

th.markdownTableHeadLeft, td.markdownTableBodyLeft {
text-align: left
}

th.markdownTableHeadRight, td.markdownTableBodyRight {
text-align: right
}

th.markdownTableHeadCenter, td.markdownTableBodyCenter {
text-align: center
}


/* @end */
28 changes: 12 additions & 16 deletions extras/doc/files.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5882093

Please sign in to comment.