diff options
author | Luca Muscariello <lumuscar@cisco.com> | 2018-02-20 22:59:35 +0100 |
---|---|---|
committer | Luca Muscariello <lumuscar+fdio@cisco.com> | 2018-02-20 23:07:11 +0100 |
commit | 5ab233cf35aaee1cb9b5e46a34fe4d8f9c2e499f (patch) | |
tree | f5bb4b85319cc1e0117aae8203de9288429d2aa7 /longbow | |
parent | 4973a3062a168e12beb3672502f4c0209f006be8 (diff) |
add new header in documentation
Change-Id: Ie63ba342cd584aec4e03e9bf1028bdf39761162c
Signed-off-by: Luca Muscariello <lumuscar+fdio@cisco.com>
Diffstat (limited to 'longbow')
-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 |