diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-10-28 19:06:37 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-10-28 19:06:37 (GMT) |
commit | 670c8a436d6324a5ffb991f779cae0bc955959f7 (patch) | |
tree | 60eda1cf44aa3fb80b441c3d949200b6ffb7c43d /doc | |
parent | 161d3860fa7f0e80edbdb2b3105e9759cada1dbb (diff) | |
download | Doxygen-670c8a436d6324a5ffb991f779cae0bc955959f7.zip Doxygen-670c8a436d6324a5ffb991f779cae0bc955959f7.tar.gz Doxygen-670c8a436d6324a5ffb991f779cae0bc955959f7.tar.bz2 |
Release-1.3.9.1-20041028
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index 8bfc3ae..fb8bb0b 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -210,7 +210,7 @@ If you don't mind spending some time on it, there are several options: <li><b>Help! I get the cryptic message "input buffer overflow, can't enlarge buffer because scanner uses REJECT"</b> -This error happens when doxygen lexical scanner has a rule that matches +This error happens when doxygen's lexical scanner has a rule that matches more than 256K of input characters in one go. I've seen this happening on a very large generated file (\>256K lines), where the built-in preprocessor converted it into an empty file (with \>256K of newlines). Another case |