diff options
author | albert-github <albert.tests@gmail.com> | 2021-05-14 09:46:08 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-05-14 09:46:08 (GMT) |
commit | c0517569cade65225b6f35e1b67aaa664728a50a (patch) | |
tree | 6ce829b013b869da5be8adb893178707968a7fc7 /src/translator_gr.h | |
parent | 52f38d8f33c324a7cedcb596f606c960386ca652 (diff) | |
download | Doxygen-c0517569cade65225b6f35e1b67aaa664728a50a.zip Doxygen-c0517569cade65225b6f35e1b67aaa664728a50a.tar.gz Doxygen-c0517569cade65225b6f35e1b67aaa664728a50a.tar.bz2 |
Inconsistent behavior between unknown command and unknown html entity
When having:
```
/**
* an unknown command \unkn
*
* an unknown html entity \
*/
void fie();
```
we get the, correct, warnings:
```
warning: Found unknown command '\unkn'
warning: Unsupported symbol \ found
```
but contrary to ``unkn` the text for `\` is not echoed to the output.
Diffstat (limited to 'src/translator_gr.h')
0 files changed, 0 insertions, 0 deletions