diff options
author | albert-github <albert.tests@gmail.com> | 2019-10-10 09:08:39 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-10-10 09:08:39 (GMT) |
commit | 5e8da21d56dc821f27e1c8cded754bbf2594181e (patch) | |
tree | ce273f2eac816b5f69647d24eb5d6f48817914c6 /qtools/qtextstream.h | |
parent | 9a23681bc4322a1912fc98f683bcf3e49a85f47b (diff) | |
download | Doxygen-5e8da21d56dc821f27e1c8cded754bbf2594181e.zip Doxygen-5e8da21d56dc821f27e1c8cded754bbf2594181e.tar.gz Doxygen-5e8da21d56dc821f27e1c8cded754bbf2594181e.tar.bz2 |
Code highlighting.
In case we have an example like (based on issue #7302):
```
/// @file
/// Something
template <char C>
struct one { };
/// The struct single_009 the char
struct single_009 : one<' '> { };
/// The struct single_010 the char
struct single_039 : one<'\''> { };
/// The struct single_040 the char (
struct single_040 : one<'('> { };
/// The struct single_041 the char )
struct single_041 : one<')'> { };
/// The struct single_042 the char *
struct single_042 : one<'*'> { };
struct single_058 : one<':'> { };
/// The struct single_059 the char ;
struct single_059 : one<';'> { };
/// The struct single_060 the char <
struct single_060 : one<'<'> { };
/// The struct single_061 the char =
struct single_061 : one<'='> { };
/// The struct single_062 the char >
struct single_062 : one<'>'> { };
/// The struct single_063 the char ?
struct single_063 : one<'?'> { };
```
The result is that in the code section there are no links to the structs 41, 61, 62 as the `(` and `<` block it till the corresponding `)` and `>` is found.
Analogous problem for the double quote version.
Diffstat (limited to 'qtools/qtextstream.h')
0 files changed, 0 insertions, 0 deletions