diff options
author | albert-github <albert.tests@gmail.com> | 2019-07-10 16:48:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-07-10 16:48:53 (GMT) |
commit | ef5af7618fbec3ac240e7a1099607d9ff2b3cc4f (patch) | |
tree | 5bc4d92c249745a79ab3661a1c8cb1c32d8b146b /src/xmlgen.cpp | |
parent | 34c9bac4624c5b94172af4a9d9168a44482fe552 (diff) | |
download | Doxygen-ef5af7618fbec3ac240e7a1099607d9ff2b3cc4f.zip Doxygen-ef5af7618fbec3ac240e7a1099607d9ff2b3cc4f.tar.gz Doxygen-ef5af7618fbec3ac240e7a1099607d9ff2b3cc4f.tar.bz2 |
Problem with with comment recognition for group open and closing commands
Besides the wanted start of comments `//!`, `///`, `/*!` and `/**` also the "normal" comments `//` and `/*` were recognized as starting a comment for the group open (`\{`, `@{`) and group closing (`\}`, `@}`) commands.
This was due to the usage of `?` in the regular expression meaning 0 or 1 times.
Diffstat (limited to 'src/xmlgen.cpp')
0 files changed, 0 insertions, 0 deletions