From 7b8b2b2077b8f4ee5bc271e88e1a0fb4c9fad852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Thu, 2 Jun 2022 10:42:11 +0200 Subject: [PATCH] [skip ci] Update doxygen.conf --- doc/doxygen.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index f0009526c..29dd64704 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -757,7 +757,8 @@ WARN_LOGFILE = INPUT = ../doc/main.dox \ ../src \ - ../include/core + ../include/core \ + conf/core/internal # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses -- GitLab