diff options
author | albert-github <albert.tests@gmail.com> | 2019-05-30 11:50:14 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-05-30 11:50:14 (GMT) |
commit | 31a668c8c8ad29119158b140c34f67940dfeb7ed (patch) | |
tree | 8aafe5870c5d188e26464253a3921dbf0881280c /examples | |
parent | f652aa496cd26f3c835a240b9b6abc14437309e5 (diff) | |
download | Doxygen-31a668c8c8ad29119158b140c34f67940dfeb7ed.zip Doxygen-31a668c8c8ad29119158b140c34f67940dfeb7ed.tar.gz Doxygen-31a668c8c8ad29119158b140c34f67940dfeb7ed.tar.bz2 |
Conflict between RCS tag and (e.g.) php description
In some languages the `$` is used to start a variable name (php, perl).
When having a description like:
```
<b>$RRDp::error_mode</b>, <b>$RRDp::error</b>
```
this will lead to a message like:
```
warning: found </b> at different nesting level (4) than expected (2)
```
because the part `$RRDp:` is seen as start of a RCS tag and runs till the next `$`.
Though the `::` indicates here a class / namespace separator and in case of `$...:` directly followed by a `:` this should not be seen as RCS tag.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions