Re: [Doxygen-users] FILE_PATTERNS: one custom plus all defaults
Brought to you by:
dimitri
From: Richard D. <Ri...@Da...> - 2015-08-16 18:20:29
|
On 8/16/15 7:45 AM, Clayton wrote: > Hi doxygen, > > I am looking at the config file and writing to ask if I am missing > something. > > I am using > > FILE_PATTERNS = *.js > FILTER_PATTERNS = *.js=plugins/js2doxy/js2doxy.pl > > to successfully (more or less) process javascript files. However, I > would *also*, at least in principle, like FILE_PATTERNS to > automatically include all the default patterns that would normally be > processed if the FILE_PATTERNS parameter was left blank, without having > to explicitly list them (noting that the list in the code is not the > same as the list in the config file comment, for starters). > > I am not seeing any combination of configuration parameters that will > achieve that. Is that true? > > Thanks, > Clayton > Have you tried += to add the items to the lists? I haven't done this to keep defaults, but it might work. -- Richard Damon |