From: Jan Olszak Date: Wed, 22 Jul 2015 11:59:22 +0000 (+0200) Subject: Added favicon to the documentation X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb5818186813047e2e222f2592695cb918484162;hp=ca32e8c8a850288f269288ff01be035baf3d1c4a;p=platform%2Fcore%2Fsecurity%2Fvasum.git Added favicon to the documentation [Feature] N/A [Cause] N/A [Solution] N/A [Verification] ./generate_documentation.sh and verify Change-Id: I12145caf7a4e303dc51472ea1cb01a928561c8d7 --- diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 68f45c2..99e7685 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -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 diff --git a/doc/header.html b/doc/header.html index a309ebd..27fb39b 100644 --- a/doc/header.html +++ b/doc/header.html @@ -7,6 +7,7 @@ $projectname: $title $title + diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..f8f3a8e Binary files /dev/null and b/images/favicon.ico differ