diff --git a/Doc/doxy.config.in b/Doc/doxy.config.in index fcbf6ca1..1883e6bb 100644 --- a/Doc/doxy.config.in +++ b/Doc/doxy.config.in @@ -51,7 +51,7 @@ PROJECT_BRIEF = # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo # to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = @CMAKE_CURRENT_SOURCE_DIR@/images/acg_logo_small.png # 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 diff --git a/Doc/html/acg_footer.html b/Doc/html/acg_footer.html index b6cd7001..5211cd5c 100644 --- a/Doc/html/acg_footer.html +++ b/Doc/html/acg_footer.html @@ -2,7 +2,7 @@
-acg pic +acg pic Project $projectname, ©  Computer Graphics Group, RWTH Aachen. diff --git a/Doc/html/acg_icon.gif b/Doc/html/acg_icon.gif deleted file mode 100644 index 292610be..00000000 Binary files a/Doc/html/acg_icon.gif and /dev/null differ diff --git a/Doc/html/acg_logo.png b/Doc/html/acg_logo.png new file mode 100644 index 00000000..ad4dcd02 Binary files /dev/null and b/Doc/html/acg_logo.png differ diff --git a/Doc/images/acg_logo_small.png b/Doc/images/acg_logo_small.png new file mode 100644 index 00000000..6f8738a1 Binary files /dev/null and b/Doc/images/acg_logo_small.png differ