diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-09-10 15:26:30 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-09-10 15:26:30 (GMT) |
commit | 69ead65c747f7fa7817c0a754dfe2662004037a1 (patch) | |
tree | 19b06b53ec293b6d690ff3d82f256f67576dee1c /doc/faq.doc | |
parent | 92663f876495b7d98aa85d604d0149f8b73c8dc7 (diff) | |
download | Doxygen-69ead65c747f7fa7817c0a754dfe2662004037a1.zip Doxygen-69ead65c747f7fa7817c0a754dfe2662004037a1.tar.gz Doxygen-69ead65c747f7fa7817c0a754dfe2662004037a1.tar.bz2 |
Release-20000910
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index 4606a19..6464c0b 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -169,6 +169,16 @@ EXCLUDE_PATTERNS = */test/* Put a \% in front of the class name. Like this: \%MyClass. Doxygen will then remove the % and keep the word unlinked. +<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 rules that matches +more than 16K input character in one go. I've seen this happening +on a very large generated file (>16K lines), where the built-in preprocessor +converted it into an empty file (with >16K of newlines). Another case +where this might happen is if you have lines in you code with more than +16K characters. + </ol> \htmlonly |