File parameter can't handle spaces in path name in config.ld
When generating Ldocs for a lua project, and specifying the source path for the project in CMD (Windows) between quotes, Ldoc can handle module path names just fine. When defining the folders and files that need to be searched in the config.ld however, Ldoc can find the modules with spaces in the pathname still, but the module path on the HTML output stops where the first whitespace starts. You can see below that the path ends at source.ssupdatertool.bout, while using the same path but in the file argument on the command line it outputs a complete path.
I've already tried just one path in the config.ld with extra, and less quotes, but to no avail.
New discovery. When setting the base file path via the CLI, then it also starts from the correct path, so basically from the path onwards of the