Britta - 2007-01-16

Hello!

I would like to define a dynamic file list as one of the input parameters of doxygen.

I tried that using the INPUT parameter INPUT_FILTER.
As far as i understood the usage of this parameter, i called a program,
which generates a list of files (including full pathname) filtering the content of these files.

The program does nothing more than this (Windows):

findstr /s /m "pattern"

I expected that now doxygen will use the output (the list of files) as the input source files.
But it seemed to me, as the output is ignored completely.

That happened regardless of the INPUT parameter INPUT.
I defined the starting point of my source path there (the output were all sources of this parameter regardless of the file list) and later on tried to leave that parameter undefined (no output at all).

Is there any way to define a dynamic file list using the INPUT parameter INPUT_FILTER?
If not, is there any way of doing this using other parameters and how is that done?

Thank you!

Britta