From 71e4cf3d29c459dc48c2f8240602a7011402d6c3 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Mon, 24 Oct 2011 16:43:41 +0200 Subject: [PATCH] Fixed the documentation's HTML templates. Things were not displayed properly. --- Doxyfile | 8 ++-- documentation/tmpl/footer.html | 9 ++++ documentation/tmpl/header.html | 73 ++++++++++++++++++++----------- documentation/tmpl/stylesheet.css | 69 ++++++++++++++++++++++------- 4 files changed, 113 insertions(+), 46 deletions(-) diff --git a/Doxyfile b/Doxyfile index 352ee44e..8a8ba639 100644 --- a/Doxyfile +++ b/Doxyfile @@ -42,7 +42,7 @@ PROJECT_BRIEF = "A Bare-Metal Hypervisor for Non-Coherent Memory-Couple # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = documentation/img/lfbs_logo.gif # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -913,17 +913,17 @@ DOCSET_FEEDNAME = "Doxygen generated docs" # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = org.doxygen.Project +DOCSET_BUNDLE_ID = de.rwth-aachen.lfbs # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify # the documentation publisher. This should be a reverse domain-name style # string, e.g. com.mycompany.MyDocSet.documentation. -DOCSET_PUBLISHER_ID = org.doxygen.Publisher +DOCSET_PUBLISHER_ID = de.rwth-aachen.lfbs # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. -DOCSET_PUBLISHER_NAME = Publisher +DOCSET_PUBLISHER_NAME = LfBS # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the diff --git a/documentation/tmpl/footer.html b/documentation/tmpl/footer.html index 6725e7cd..3fda0093 100644 --- a/documentation/tmpl/footer.html +++ b/documentation/tmpl/footer.html @@ -1,4 +1,13 @@ + + + + + + + diff --git a/documentation/tmpl/header.html b/documentation/tmpl/header.html index b1a6a471..97a54784 100644 --- a/documentation/tmpl/header.html +++ b/documentation/tmpl/header.html @@ -1,27 +1,50 @@ - - - $title - - - - - - - -
-
- - - - - - -
-
MetalSVM
- - -
A Bare-Metal Hypervisor for Non-Coherent Memory-Coupled Cores
-
-
+ + +$title + + +$treeview +$search +$mathjax + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
$projectname +  $projectnumber +
+
$projectbrief
+
+
$projectbrief
+
$searchbox
+
+ diff --git a/documentation/tmpl/stylesheet.css b/documentation/tmpl/stylesheet.css index 125800f1..16144fd4 100644 --- a/documentation/tmpl/stylesheet.css +++ b/documentation/tmpl/stylesheet.css @@ -11,6 +11,12 @@ h1 { font-size: 150%; } +.title { + font-size: 150%; + font-weight: bold; + margin: 10px 2px; +} + h2 { font-size: 120%; } @@ -185,7 +191,7 @@ body { div.contents { margin-top: 10px; margin-left: 10px; - margin-right: 10px; + margin-right: 5px; } td.indexkey { @@ -361,6 +367,10 @@ table.memberdecls { white-space: nowrap; } +.memItemRight { + width: 100%; +} + .memTemplParams { color: #4665A2; white-space: nowrap; @@ -388,9 +398,14 @@ table.memberdecls { padding: 2px; } +.mempage { + width: 100%; +} + .memitem { padding: 0; margin-bottom: 10px; + margin-right: 5px; } .memname { @@ -724,7 +739,7 @@ dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.note { - border-color: #D0D000; + border-color: #D0C000; } dl.warning, dl.attention @@ -768,20 +783,6 @@ dl.bug { border: 0px none; } - -#projectname -{ - font: 300% arial,sans-serif; - margin: 0px; - padding: 0px; -} - -#projectbrief -{ - font: 120% arial,sans-serif; - margin: 0px; - padding: 0px; -} #lfbslogo { @@ -796,10 +797,24 @@ dl.bug top: 5px; right: 5px; } + +#projectname +{ + font: 300% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 2px 0px; +} + +#projectbrief +{ + font: 120% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 0px; +} #projectnumber { - font: 50% arial,sans-serif; + font: 50% Tahoma, Arial,sans-serif; margin: 0px; padding: 0px; } @@ -812,3 +827,23 @@ dl.bug border-bottom: 1px solid #5373B4; } +.image +{ + text-align: center; +} + +.dotgraph +{ + text-align: center; +} + +.mscgraph +{ + text-align: center; +} + +.caption +{ + font-weight: bold; +} +