RE: [Doxygen-users] BUG: Input FILE_PATTERNS fails with "c*.h" and "c*.cpp"
Brought to you by:
dimitri
From: Rainer W. <Rai...@in...> - 2001-11-27 07:33:19
|
> -----Original Message----- > From: Roland Touchain [mailto:rol...@li...] > [...] > Putting [a-l]*.h [a-l]*.cpp in FILE_PATTERNS doesn't work. In=20 > my sample,=20 > only a* and d* files are parsed. (WinMe, dowygen 1.1.9.1). >=20 > Thinking that my cfg files were bad, I asked doxygen to make=20 > a brand new=20 > config file, and set > INPUT =3D . > FILE_PATTERNS =3D [a-l]*.h [a-l]*.cpp > Same result: only a* and d* files are parsed (again WinMe, dowygen=20 > 1.1.9.1) [...] Did you try the following? FILE_PATTERNS =3D [a-lA-L]*.h [a-lA-L]*.cpp For a tool like doxygen that also runs on OSes that have case-sensitive file names I expect all file name specifications to be case sensitive also. So that might be the reason why only the a* and d* files are parsed: they are the only ones that start with a lowercase letter. Just a guess, did not try it. -- -- ----------------------------------------------------------------- -- Dipl.-Inform. Rainer Wiesenfarth -- Inpho GmbH E-mail: Rai...@In... -- Smaragdweg 1 Phone : +49 711 22881-10 -- 70174 Stuttgart Fax : +49 711 22881-11 -- Germany URL : http://www.inpho.de |