Added favicon to the documentation 81/44481/2
authorJan Olszak <j.olszak@samsung.com>
Wed, 22 Jul 2015 11:59:22 +0000 (13:59 +0200)
committerJan Olszak <j.olszak@samsung.com>
Thu, 23 Jul 2015 13:59:11 +0000 (06:59 -0700)
[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  ./generate_documentation.sh and verify

Change-Id: I12145caf7a4e303dc51472ea1cb01a928561c8d7

doc/doxygen.cfg
doc/header.html
images/favicon.ico [new file with mode: 0644]

index 68f45c2..99e7685 100644 (file)
@@ -1082,8 +1082,9 @@ HTML_EXTRA_STYLESHEET  = custom.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       = ../images/GitHub-Logo-Cut.png                 \
-                         ../images/Tizen-Logo-On-Light-RGB-Cut.png
+HTML_EXTRA_FILES       = ../images/GitHub-Logo-Cut.png             \
+                         ../images/Tizen-Logo-On-Light-RGB-Cut.png \
+                         ../images/favicon.ico
 
 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
 # will adjust the colors in the stylesheet and background images according to
index a309ebd..27fb39b 100644 (file)
@@ -7,6 +7,7 @@
 <meta name="generator" content="Doxygen $doxygenversion"/>
 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
+<link href="$relpath^favicon.ico" rel="icon" type="image/ico" />
 <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
 <script type="text/javascript" src="$relpath^jquery.js"></script>
 <script type="text/javascript" src="$relpath^dynsections.js"></script>
diff --git a/images/favicon.ico b/images/favicon.ico
new file mode 100644 (file)
index 0000000..f8f3a8e
Binary files /dev/null and b/images/favicon.ico differ