From d4c3dc8d59a809cff277bba5e5fe19dd6604deec Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 18 Jan 2023 17:04:04 +0100 Subject: Move src/*.{c,h} to src/core/ This way we have all libosmocore.so in an own subdir instead of having lots of files in the parent dir, which also contains subdirs to other libraries. This also matches the schema under include/osmocom/. Change-Id: I6c76fafebdd5e961aed88bbecd2c16bc69d580e2 --- Doxyfile.core.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile.core.in') diff --git a/Doxyfile.core.in b/Doxyfile.core.in index c2bfcd5d..29507e04 100644 --- a/Doxyfile.core.in +++ b/Doxyfile.core.in @@ -610,7 +610,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@/include/osmocom/core @srcdir@/src +INPUT = @srcdir@/include/osmocom/core @srcdir@/src/core # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit v1.2.3