diff options
author | albert-github <albert.tests@gmail.com> | 2021-04-22 12:37:17 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-04-22 12:37:17 (GMT) |
commit | 7fce2a70fac2d52079572f60342094d44331af78 (patch) | |
tree | 836a91f4a86e5ebf998cede5e72b21571a9fbabc /src/layout.h | |
parent | 98c67549bc3cd855873e0ef5eeab7c6410699d78 (diff) | |
download | Doxygen-7fce2a70fac2d52079572f60342094d44331af78.zip Doxygen-7fce2a70fac2d52079572f60342094d44331af78.tar.gz Doxygen-7fce2a70fac2d52079572f60342094d44331af78.tar.bz2 |
No warning for incorrect ALIASES
When having the alias:
```
"\latexonly mytable=\\mytable \endlatexonly"
```
the 1.9.1. version gave a warning:
```
error: Illegal ALIASES format '\latexonly mytable=\\mytable \endlatexonly'. Use "name=value" or "name{n}=value", where n is the number of arguments
```
though the current version doesn't give a warning, probably due to the regexp replacement. Now most likely the string found starts at `mytable=`
The alias should start at the beginning of the string when searching.
Diffstat (limited to 'src/layout.h')
0 files changed, 0 insertions, 0 deletions