diff options
author | albert-github <albert.tests@gmail.com> | 2019-10-05 11:08:50 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-10-05 11:08:50 (GMT) |
commit | d269f239d7af8d3bd762abfd6a8557cd2d898eab (patch) | |
tree | aa145c99b18c6dfd030cb1c4cb32cb154e57413a /src/scanner.l | |
parent | 4e21d19cf63b17aadb62905535262deb208a0c73 (diff) | |
download | Doxygen-d269f239d7af8d3bd762abfd6a8557cd2d898eab.zip Doxygen-d269f239d7af8d3bd762abfd6a8557cd2d898eab.tar.gz Doxygen-d269f239d7af8d3bd762abfd6a8557cd2d898eab.tar.bz2 |
Incorrect warning for ALIASES
In case we have an alias in the form: `mine_err(1)=\1` we get the warning:
```
error: Illegal alias format 'mine_err(1)=\1'. Use "name=value" or "name(n)=value", where n is the number of arguments
```
Note the round brackets in the explanation., these have to be curly brackets.
Diffstat (limited to 'src/scanner.l')
0 files changed, 0 insertions, 0 deletions