Commit f0ce901
committed
Spurious asterisk after preprocessing when using macros
When having something like:
```
typedef PACK(enum {
ENUMA, /**< @brief The asterisk character at the beginning of the next line is not removed, but
* becomes part of the documentation. */
}) my_enum_t;
```
and a `PREDEFINED `PACK` this leads to an `*` in the output before the word "becomes.
This is due to the, incorrect, joining of lines in case of a multi line block of comment.1 parent 6d8bb9c commit f0ce901
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
| 931 | + | |
932 | 932 | | |
933 | | - | |
934 | 933 | | |
935 | 934 | | |
936 | 935 | | |
| |||
0 commit comments