Thanks to both of you. I think to achieve this another configuration
parameter may be required, since no other suggestions are falling out.

Clayton

On Mon, 17 Aug 2015 18:33:04 +0200
Albert <albert.te...@gmail.com> wrote:

> The += won't work as it will add the *.js to an empty list resulting
> in a non empty list and as a consequence doxygen thinks non empty
> list so I don't have to apply the defaults.
> 
> Albert
> 
> On Sun, Aug 16, 2015 at 8:07 PM, Richard Damon
> <rich...@damon-family.org> wrote:
> 
> > 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
> >
> >
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Doxygen-users mailing list
> > Doxygen-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/doxygen-users
> >

------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to