Skip to content

Commit 61ac6c6

Browse files
committed
Refs #1321. Back to png file
1 parent 886bcba commit 61ac6c6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "@PROJECT_NAME_LARGE@"
5151
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
5252
# to the output directory.
5353

54-
PROJECT_LOGO = @PROJECT_SOURCE_DIR@/utils/images/logo/eProsimaLogo.jpg
54+
PROJECT_LOGO = @PROJECT_SOURCE_DIR@/utils/images/logo/eProsimaLogo.png
5555

5656
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757
# into which the generated documentation will be written. If a relative path is

utils/doxygen/doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "eProsima $(PROJECT_DOX)"
5151
# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
5252
# to the output directory.
5353

54-
PROJECT_LOGO = utils/doxygen/doxygenfiles/eProsimaLogo.jpg
54+
PROJECT_LOGO = utils/doxygen/doxygenfiles/eProsimaLogo.png
5555

5656
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757
# into which the generated documentation will be written. If a relative path is

utils/doxygen/pages/mainpage_fastrpc.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* <center><b>eProsima Fast RPC Library</b></center><br/>
55
*
66
* <center>
7-
* @image html eProsimaLogo.jpg
8-
* @image latex eProsimaLogo.jpg "" width=5cm
7+
* @image html eProsimaLogo.png
8+
* @image latex eProsimaLogo.png "" width=5cm
99
* <br/><a href="http://www.eprosima.com">eProsima</a></center>
1010
*
1111
* eProsima Fast RPC is a service invocation framework that enables to build distributed applications with minimal effort

utils/doxygen/pages/mainpage_rpcdds.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* <center><b>eProsima RPC over DDS Library</b></center><br/>
55
*
66
* <center>
7-
* @image html eProsimaLogo.jpg
8-
* @image latex eProsimaLogo.jpg "" width=5cm
7+
* @image html eProsimaLogo.png
8+
* @image latex eProsimaLogo.png "" width=5cm
99
* <br/><a href="http://www.eprosima.com">eProsima</a></center>
1010
*
1111
* eProsima RPC over DDS is a service invocation framework that enables to build distributed applications with minimal effort

utils/doxygen/pages/mainpage_rpcrest.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* <center><b>eProsima RPC over REST Library</b></center><br/>
55
*
66
* <center>
7-
* @image html eProsimaLogo.jpg
8-
* @image latex eProsimaLogo.jpg "" width=5cm
7+
* @image html eProsimaLogo.png
8+
* @image latex eProsimaLogo.png "" width=5cm
99
* <br/><a href="http://www.eprosima.com">eProsima</a></center>
1010
*
1111
* eProsima RPC over REST is a service invocation framework that enables to build distributed applications with minimal effort

utils/images/logo/eProsimaLogo.png

67.2 KB
Loading

0 commit comments

Comments
 (0)