Commit 7ba6bb7
committed
When having a source file with a lot of
```
#define c_function_symbol(F) T_Sym(c_function_data(F)->sam.c_sym) /* f is c_function or c_macro, but not c_function* -- doesn't fit current checks */
```
There is a chance of getting an error like:
```
input buffer overflow, can't enlarge buffer because scanner uses REJECT
lexical analyzer: .../doxygen/src/pre.l (for: .../s7.c)
```
this type of comment is of no interest to the `#define` / doxygen and should not be copied into the "define" buffer.#define wit normale C-style comments like:1 parent ccf2ec4 commit 7ba6bb7
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | | - | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
1497 | 1504 | | |
1498 | 1505 | | |
1499 | 1506 | | |
| |||
0 commit comments