1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added VILLASnode logo to header of Doxygen docs

This commit is contained in:
Steffen Vogel 2017-03-12 16:17:22 -03:00
parent 387fb5e61f
commit 3c60542361
3 changed files with 18 additions and 9 deletions

View file

@ -51,7 +51,7 @@ PROJECT_BRIEF = "Connecting real-time power grid simulation equipment"
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = doc/pictures/acs_eonerc_logo.svg
PROJECT_LOGO = doc/pictures/villas_node.svg
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
@ -1126,7 +1126,7 @@ HTML_EXTRA_STYLESHEET = doc/theme/style.css
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES =
HTML_EXTRA_FILES = doc/pictures/acs_eonerc_logo.svg
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to

View file

@ -32,6 +32,9 @@ $(document).ready(function(){
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
<!--END PROJECT_LOGO-->
<!--BEGIN PROJECT_NAME-->
<td style="padding-left: 0.5em;">
<div id="projectname">$projectname
@ -47,9 +50,9 @@ $(document).ready(function(){
</td>
<!--END PROJECT_BRIEF-->
<!--END !PROJECT_NAME-->
<!--BEGIN PROJECT_LOGO-->
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
<!--END PROJECT_LOGO-->
<!--BEGIN INSTITUTE_LOGO-->
<td id="institutelogo"><img alt="Logo" src="$relpath^acs_eonerc_logo.svg"/></td>
<!--END INSTITUTE_LOGO-->
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->
<td>$searchbox</td>

14
doc/theme/style.css vendored
View file

@ -3,8 +3,14 @@
}
#projectlogo img {
height: 3em;
position: absolute;
right: 0.5em;
top: 0.5em;
height: 3.5em;
margin: 0.25em;
}
#institutelogo img {
height: 3em;
margin: 0.5em;
position: absolute;
right: 0;
top: 0;
}