Commit 04f17af
committed
Waring with ingroup command at end of alias
When having the simple problem:
```
/** @defgroup dm dep mac */
/** @old{ONIGENC_MBCLEN_CHARFOUND_P} */
int fnmatch_helper()
{
}
```
with
```
QUIET = YES
ALIASES = "old{1}=@InGroup dm"
INPUT = pp.c
```
we get the warning like:
```
pp.c:6: warning: Found non-existing group 'br' for the command '@InGroup', ignoring command
```
By first ending the command before adding the `<br>`1 parent d42f002 commit 04f17af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2687 | 2687 | | |
2688 | 2688 | | |
2689 | 2689 | | |
2690 | | - | |
| 2690 | + | |
2691 | 2691 | | |
2692 | 2692 | | |
2693 | 2693 | | |
| |||
0 commit comments