Re: [Doxygen-users] Buffer Overflow
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2001-10-02 18:07:26
|
On Tue, Oct 02, 2001 at 06:15:26AM +0800, Stephen Morrison wrote: > I would say it would be from an autogenerated file, there are 100s of them > in the source tree. Is there a config option or something I can do as a > work around? Alternatively for the future, is it possible for Doxygen to > just ignore errors of these type and keep processing rather than throwing a > fatal? It is generated code (from flex) that produces this fatal error, so it is difficult to fix. I suggest to either remove these autogenerated files from the input (there is no point to include them anyway, is there?) or send me problematic files so I can fix the scanner. Regards, Dimitri |