diff options
-rwxr-xr-x | longbow/documentation/doxygen-extras/header.html | 2 | ||||
-rw-r--r-- | longbow/documentation/longbow.doxygen.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/longbow/documentation/doxygen-extras/header.html b/longbow/documentation/doxygen-extras/header.html index 9be163ba..e6302c57 100755 --- a/longbow/documentation/doxygen-extras/header.html +++ b/longbow/documentation/doxygen-extras/header.html @@ -28,7 +28,7 @@ <body> <div class="container masthead"> <div class="navbar-header"> - <img src="parc_black_solid.png" \> + <img src="logo_fdio.png" \> </div> </div> <nav class="navbar navbar-default" role="navigation"> diff --git a/longbow/documentation/longbow.doxygen.in b/longbow/documentation/longbow.doxygen.in index 9f39ca96..bda93d29 100644 --- a/longbow/documentation/longbow.doxygen.in +++ b/longbow/documentation/longbow.doxygen.in @@ -1144,7 +1144,7 @@ HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/doxygen-extras/customdoxygen # 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 = @CMAKE_CURRENT_SOURCE_DIR@/doxygen-extras/doxygen-bootstrap.js @CMAKE_CURRENT_SOURCE_DIR@/images/parc_black_solid.png +HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/doxygen-extras/doxygen-bootstrap.js @CMAKE_CURRENT_SOURCE_DIR@/images/logo_fdio.png # 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 |