From 0aa41ab0b00abf978d8b770fe454d66d0ec9946d Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 19 May 2026 08:02:05 +0200 Subject: [PATCH] remove Doxylocal this adds nothing (the opm directory is in the input by default). furthermore it uses outdated autoconf substitution variables, thus doing harm by generating a warning --- doc/doxygen/Doxylocal | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 doc/doxygen/Doxylocal diff --git a/doc/doxygen/Doxylocal b/doc/doxygen/Doxylocal deleted file mode 100644 index b9d8ea3..0000000 --- a/doc/doxygen/Doxylocal +++ /dev/null @@ -1,31 +0,0 @@ -# This file contains local changes to the doxygen configuration -# please us '+=' to add file/directories to the lists - -# The INPUT tag can be used to specify the files and/or directories that contain -# documented source files. You may enter file names like "myfile.cpp" or -# directories like "/usr/src/myproject". Separate the files or directories -# with spaces. - -INPUT += @abs_top_srcdir@/opm/ - -# see e.g. dune-grid for the examples of mainpage and modules -# INPUT += @abs_top_srcdir@/doc/doxygen/mainpage # @srcdir@/modules - -# The EXCLUDE tag can be used to specify files and/or directories that should -# excluded from the INPUT source files. This way you can easily exclude a -# subdirectory from a directory tree whose root is specified with the INPUT tag. - -# EXCLUDE += @abs_top_srcdir@/tests/ - -# The EXAMPLE_PATH tag can be used to specify one or more files or -# directories that contain example code fragments that are included (see -# the \include command). - -# EXAMPLE_PATH += @abs_top_srcdir@/examples/ - -# The IMAGE_PATH tag can be used to specify one or more files or -# directories that contain image that are included in the documentation (see -# the \image command). - -# IMAGE_PATH += @abs_top_srcdir@/opm/upscaling/pics -