Commit 498de41
committed
issue @10606 include command via ALIASES does not work anymore (2)
In #10916 the major problem was already fixed but it introduced a small regression took place in CGAL (in a start simplified example):
```
/// \file
///
/// Part0 \cgalCite{X0}.
///
void fie0();
```
and the setting:
```
ALIASES = "cgalCite{1}=\1"
```
to the warning:
```
vcm_estimate_edges.h:5: warning: End of list marker found without any preceding list items
```
The problem is that the rule `<ReadLine,CopyLine>{RLopt}` already could eat the initial space (as `RLopt [^\\@<\n\*\/`]*`).1 parent 4d93134 commit 498de41
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
1190 | | - | |
| 1190 | + | |
1191 | 1191 | | |
1192 | 1192 | | |
1193 | | - | |
1194 | | - | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
1195 | 1196 | | |
1196 | 1197 | | |
1197 | 1198 | | |
| |||
0 commit comments