From 70ef55987402ec49ff994761e7bc80ad40cb7da7 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Thu, 16 Jul 2020 16:45:01 +0200 Subject: [PATCH] Improve portability of Doxyfile note run "doxygen Doxyfile" in qet dir --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index fde82dfd9..439aaaf68 100644 --- a/Doxyfile +++ b/Doxyfile @@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = doc # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. -CREATE_SUBDIRS = NO +CREATE_SUBDIRS = YES # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -124,7 +124,7 @@ FULL_PATH_NAMES = NO # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = /home/laurent/qet_git/ +STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells