Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output.

This commit is contained in:
Dean Camera
2013-04-27 10:03:02 +00:00
parent 5cfa1c37c6
commit d3cee5160b
2 changed files with 8 additions and 8 deletions

View File

@@ -10,13 +10,13 @@
display: block;
margin-left: 15px;
padding: 10px;
background-color: #f0f0f0;
background-color: #f4f4f4;
border: 1px solid #aaaaaa;
font-family: "Consolas", "Courier New", sans-serif;
}
code {
background-color: #f0f0f0;
background-color: #f4f4f4;
font-family: "Consolas", "Courier New", sans-serif;
}
@@ -25,7 +25,7 @@
margin-left: 15px;
padding-left: 10px;
padding-bottom: 5px;
background-color: #f0f0f0;
background-color: #f4f4f4;
border: 1px solid #aaaaaa;
}
@@ -37,7 +37,7 @@ table {
}
table thead * {
background-color: #f0f0f0;
background-color: #f4f4f4;
}
table thead th {