From afefda53c69bb17e2ec16d24dd6fbc2c8fd7d063 Mon Sep 17 00:00:00 2001 From: Aleks Date: Fri, 13 Nov 2020 18:39:28 +0100 Subject: [PATCH] Fix Path to projekt logo --- doc/doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index 44326e01..fa89c9f9 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -51,7 +51,7 @@ PROJECT_BRIEF = "ModSecurity is an open source, cross platform web appl # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo # to the output directory. -PROJECT_LOGO = doc/ms-doxygen-logo.png +PROJECT_LOGO = ../doc/ms-doxygen-logo.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