[Doxygen-develop] Re: Config file: Drive specification redundancy (patch)
Brought to you by:
dimitri
From: Johan E. <Joh...@ua...> - 2001-11-06 15:37:46
|
Johan Eriksson wrote: > > Hi, > I am posting a patch that makes it unnecessary for some of the config > parameters to specify the drive specification. This can be achieved by > using a relative path but I find it much clearer and sometimes simplier > to use the absolute path. It is assumed however, that the drive will be > the same as where the config file (Doxyfile) is located. > This part of the patch was apperently totally unnecessary since it actually is workning without specify the drive letter. Besides the patch is also faulty since it didn't handle relative paths.....so I've removed this from the patch. I am sorry if this has caused any inconvenience for you. > Use case: snip.... > Before: INPUT_FILTER = J:/FolderName1/FolderName2/Filter Note: The after: is working without the patch.... > After: INPUT_FILTER = /FolderName1/FolderName2/Filter > snip.... > Included in this patch there is also possible the leave the INPUT tag > empty, in that case the location of the current Doxyfile is used as > input directory. This is the only thing left in the attached patch....... > > Example of config file parameter: > > Before: INPUT = J:/FolderName1/FolderName2 > After: INPUT = > > /Johan > |