From 59c400a3cb9ec29a95311172f656d446c666b7e1 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Tue, 4 Dec 2018 15:16:53 +0100 Subject: [PATCH] why are you replacing that shit --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 1ee1ca7..0ba75e8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- PROJECT_NAME = C/C++ PROJECT_NUMBER = -OUTPUT_DIRECTORY = /home/joethei/workspaces/C_CPP/doc +OUTPUT_DIRECTORY = @CMAKE_CURRENT_SOURCE_DIR@/doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = Englisch ... @@ -17,7 +17,7 @@ EXTRACT_ALL = NO #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = /home/joethei/workspaces/C_CPP/src/ +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/ FILE_PATTERNS = RECURSIVE = YES EXCLUDE =