Updated doxygen documentation

This commit is contained in:
Christophe Riccio
2011-12-07 14:50:15 +00:00
parent a3b5034d4e
commit f18ad6bf2e
389 changed files with 27429 additions and 14460 deletions

10
doc/theme/doxygen.css vendored
View File

@@ -192,7 +192,7 @@ dl.el {
}
.fragment {
font-family: consolas, monospace, fixed;
font-family: monospace, consolas, "courier new";
font-size: 12px;
}
@@ -395,7 +395,8 @@ table.memberdecls {
.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
font-family: consolas, "courier new", monospace;
font-family: monospace, consolas, "courier new";
font-size: 12px;
background-color: #FFFCF8;
border: none;
margin: 4px;
@@ -447,7 +448,7 @@ table.memberdecls {
}
.memname {
font-family: consolas, "courier new", monospace;
font-family: monospace, consolas, "courier new";
font-weight: bold;
font-size: 12px;
white-space: nowrap;
@@ -513,7 +514,7 @@ table.memberdecls {
}
.paramname {
color: #000000;
color: #FF8000;
white-space: nowrap;
}
.paramname em {
@@ -525,6 +526,7 @@ table.memberdecls {
}
.params .paramname, .retval .paramname {
color: #FF8000;
font-family: monospace, consolas, "courier new";
font-weight: bold;
font-size: 12px;