Index: doc/Doxygen/DSoilModel.Doxyfile =================================================================== diff -u -r268 -r286 --- doc/Doxygen/DSoilModel.Doxyfile (.../DSoilModel.Doxyfile) (revision 268) +++ doc/Doxygen/DSoilModel.Doxyfile (.../DSoilModel.Doxyfile) (revision 286) @@ -775,11 +775,10 @@ # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../../../src/Deltares.DSoilModel.Application \ - ../../../src/Deltares.DSoilModel.Data \ - ../../../src/Deltares.DSoilModel.Forms \ - ..././../src/Deltares.Soilbase - +INPUT = ../../src/Deltares.DSoilModel.Application \ + ../../src/Deltares.DSoilModel.Data \ + ../../src/Deltares.DSoilModel.Forms \ + # 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 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv