* move memory related stuff to util/Memory.h

* clean ugly doxygen inheritence of expressions
* keep improving the documentation... slowly !
This commit is contained in:
Gael Guennebaud
2008-08-26 19:12:23 +00:00
parent 3e526dcdbd
commit 00a8d314c5
35 changed files with 445 additions and 188 deletions

View File

@@ -451,10 +451,17 @@ A.top {
A.top:hover, A.logo:hover {
background-color: transparent;font-weight : bolder;
}
P.note {
SPAN.note {
font-size: 7pt;
}
DIV.navigation {
min-height : 64px;
/* background : url("Eigen_Silly_Professor_64x64.png") no-repeat left; */
padding-left : 80px;
padding-top : 5px;
}
TABLE.noborder {
border-bottom-style : none;
border-left-style : none;
@@ -496,5 +503,10 @@ TABLE.tutorial_code TD {
vertical-align: middle;
}
DIV.eimainmenu {
text-align: center;
/* border-top: solid; */
/* border-bottom: solid; */
}