diff --git a/projects/rocdecode/.Doxyfile b/projects/rocdecode/.Doxyfile index d4b80c6daf..1c63bf66c8 100644 --- a/projects/rocdecode/.Doxyfile +++ b/projects/rocdecode/.Doxyfile @@ -61,7 +61,7 @@ PROJECT_BRIEF = "rocDecode is a high performance video decode SDK for A # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = "" +PROJECT_LOGO = "docs/data/AMD-Logo-Doxygen.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is diff --git a/projects/rocdecode/docs/data/AMD-Logo-Doxygen.png b/projects/rocdecode/docs/data/AMD-Logo-Doxygen.png new file mode 100644 index 0000000000..16a2e61cee Binary files /dev/null and b/projects/rocdecode/docs/data/AMD-Logo-Doxygen.png differ diff --git a/projects/rocdecode/docs/doxygen/Doxyfile b/projects/rocdecode/docs/doxygen/Doxyfile index 52f1aca1bb..f620cad9d2 100644 --- a/projects/rocdecode/docs/doxygen/Doxyfile +++ b/projects/rocdecode/docs/doxygen/Doxyfile @@ -61,7 +61,7 @@ PROJECT_BRIEF = "rocDecode is a high performance video decode SDK for A # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = "" +PROJECT_LOGO = "../data/AMD-Logo-Doxygen.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is