File: highlight.dox.ref

package info (click to toggle)
kf6-syntax-highlighting 6.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 49,060 kB
  • sloc: xml: 203,100; cpp: 12,878; python: 3,055; sh: 965; perl: 814; ruby: 494; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; exp: 61; erlang: 54; sql: 51; java: 47; sed: 45; objc: 37; tcl: 36; awk: 31; asm: 30; fortran: 18; cs: 10
file content (232 lines) | stat: -rw-r--r-- 32,854 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<Normal Text>This is a pseudo doxygen file to test Kate's doxygen syntax highlighting.</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text>Normal text, no HL.</Normal Text><br/>
<Normal Text>===================</Normal Text><br/>
<Normal Text>a multiline comment may begin with a </Normal Text><Comment>/*! */</Comment><Normal Text>, too. That should work,</Normal Text><br/>
<Normal Text>because it is the same "entrance rule".</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text>popping tests:</Normal Text><br/>
<Comment>/** multiline */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/*! multiline */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>//! singleline, where */ should be ignored! still doxygen HL mode</Comment><br/>
<Comment>/// singleline, where */ should be ignored! still doxygen HL mode</Comment><br/>
<Comment>///< singleline, where */ should be ignored! still doxygen HL mode</Comment><br/>
<Normal Text>begin and end immediately:</Normal Text><br/>
<Normal Text>/********/ actually no doxygen comment - used for "info boxes" :)</Normal Text><br/>
<Normal Text>/**/ <-- it really works --- end of doxygen HL mode</Normal Text><br/>
<Comment>/*!*/</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <normal comment HL></Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest of line is normal comment HL </Code><Error>*/</Error><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest of line is normal comment HL</Code><br/>
<Comment> *</Comment><Code> comment HL mode</Code><br/>
<Comment> </Comment><Error>*/</Error><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <normal comment HL></Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal comment HL */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> */</Comment><Normal Text>aword <-- pop! no doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal comment HL</Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <rest of line is string></Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short description */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> */</Comment><Normal Text>A <-- pop! end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short description </Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <rest of line is string></Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> rest of line is string */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> */</Comment><Normal Text>aword <-- pop! end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> rest of line is string </Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <word> <normal comment HL></Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal HL */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> */</Comment><Normal Text>aword <-- pop! end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> */</Comment><Normal Text>aword aword <-- pop! end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal HL</Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text>Tests for HTML tags in doxygen HL mode:</Normal Text><br/>
<Normal Text>=======================================</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blubb'</Types><Comment>*/</Comment><Normal Text>> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blubb</Types><Comment>*/</Comment><Normal Text>'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blub</Types><Comment>*/</Comment><Normal Text>b'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'b</Types><Comment>*/</Comment><Normal Text>lubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'</Types><Comment>*/</Comment><Normal Text>blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Comment>*/</Comment><Normal Text>'blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href</Identifier><Comment>*/</Comment><Normal Text>='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> hre</Identifier><Comment>*/</Comment><Normal Text>f='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> </Identifier><Comment>*/</Comment><Normal Text>href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Comment>*/</Comment><Normal Text>> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb</Types><Comment>*/</Comment><Normal Text>"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blub</Types><Comment>*/</Comment><Normal Text>b"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"</Types><Comment>*/</Comment><Normal Text>blubb"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Comment>*/</Comment><Normal Text>"blubb"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> href</Identifier><Comment>*/</Comment><Normal Text>="blubb"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> h</Identifier><Comment>*/</Comment><Normal Text>ref="blubb"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Identifier> </Identifier><Comment>*/</Comment><Normal Text>href="blubb"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><HTML Tag><a</HTML Tag><Comment>*/</Comment><Normal Text> href="blubb"> end of doxygen HL mode</Normal Text><br/>
<Comment>/** <*/</Comment><Normal Text>a href="blubb"> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> */ stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blubb'</Types><Identifier>*</Identifier><HTML Tag>/></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blubb*/'</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'blu*/bb'</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=</Identifier><Types>'*/blubb'</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier> href=*/</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> */ stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Identifier>*</Identifier><HTML Tag>/></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb*/"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blub*/b"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"*/blubb"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=*/</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href*/=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> h*/ref=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> */href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier>*/ href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> stay in doygen HL mode</Comment><br/>
<Comment>//! <*/a href="blubb">  stay in doygen HL mode</Comment><br/>
<Comment>//! </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment>  stay in doygen HL </Comment><HTML Tag><mode</HTML Tag><br/>
<Normal Text>here should be normal HL mode (no doxygen!)</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text>Tests for HTML tags in doxygen HL mode with tags:</Normal Text><br/>
<Normal Text>=================================================</Normal Text><br/>
<Normal Text><tag> <normal comment HL></Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href="blubb"> of </a href='blubb'> line is normal comment HL </Code><Error>*/</Error><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href="blubb"> of </a href='blubb'</Code><Error>*/</Error><Normal Text>> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href="blubb"> of </a href='blubb</Code><Error>*/</Error><Normal Text>'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href="blubb"> of </a href='</Code><Error>*/</Error><Normal Text>blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href="blubb"> of </a href=</Code><Error>*/</Error><Normal Text>'blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href="blubb</Code><Error>*/</Error><Normal Text>"> of </a href=*/'blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a href=</Code><Error>*/</Error><Normal Text>"blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <a h</Code><Error>*/</Error><Normal Text>ref="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest <</Code><Error>*/</Error><Normal Text>a href="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\code</Tags><Code> rest of line is normal comment HL</Code><br/>
<Comment> *</Comment><Code> comment HL mode <html> text </html></Code><br/>
<Comment> </Comment><Error>*/</Error><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <normal comment HL></Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>awo<html_should_be_ignored_here>rd</Word><Comment> rest of line is normal comment HL */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>awo<html_should_be_ignored_here></Word><Comment>*/</Comment><Normal Text>rd end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>awo<html_should_be_i</Word><Comment>*/</Comment><Normal Text>gnored_here>rd end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>awo<</Word><Comment>*/</Comment><Normal Text>html_should_be_ignored_here>rd end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>a</Word><Comment>*/</Comment><Normal Text>wo<html_should_be_ignored_here>rd end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\file</Tags><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal co</Comment><HTML Tag><code></HTML Tag><Comment>mment HL</Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <rest of line is string></Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> description */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'blubb'</Types><Comment>*/</Comment><Normal Text>> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'</Types><Comment>*/</Comment><Normal Text>blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Comment>*/</Comment><Normal Text>'blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href</Identifier><Comment>*/</Comment><Normal Text>='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> </Identifier><Comment>*/</Comment><Normal Text>href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of <*/</Comment><Normal Text>/a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Comment>*/</Comment><Normal Text>> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb</Types><Comment>*/</Comment><Normal Text>"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"</Types><Comment>*/</Comment><Normal Text>blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Comment>*/</Comment><Normal Text>"blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href</Identifier><Comment>*/</Comment><Normal Text>="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> h</Identifier><Comment>*/</Comment><Normal Text>ref="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\brief</Tags><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> description </Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <rest of line is string></Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> description */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'blubb'</Types><Comment>*/</Comment><Normal Text>> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'</Types><Comment>*/</Comment><Normal Text>blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Comment>*/</Comment><Normal Text>'blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href</Identifier><Comment>*/</Comment><Normal Text>='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> </Identifier><Comment>*/</Comment><Normal Text>href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of <*/</Comment><Normal Text>/a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><Comment>*/</Comment><Normal Text>> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb</Types><Comment>*/</Comment><Normal Text>"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"</Types><Comment>*/</Comment><Normal Text>blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Comment>*/</Comment><Normal Text>"blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href</Identifier><Comment>*/</Comment><Normal Text>="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> h</Identifier><Comment>*/</Comment><Normal Text>ref="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short <*/</Comment><Normal Text>a href="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A shor*/</Comment><Normal Text>t <a href="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>awor</Word><Comment>*/</Comment><Normal Text>d A short <a href="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> */</Comment><Normal Text>aword A short <a href="blubb"> of </a href='blubb'> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\page</Tags><Comment> </Comment><Word>aword</Word><Comment> A short </Comment><HTML Tag><a</HTML Tag><Identifier> href=</Identifier><Types>"blubb"</Types><HTML Tag>></HTML Tag><Comment> of </Comment><HTML Tag></a</HTML Tag><Identifier> href=</Identifier><Types>'blubb'</Types><HTML Tag>></HTML Tag><Comment> description </Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <word> <rest of line is string></Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal HL */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aword</Word><Comment> rest of line is*/</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aword</Word><Comment>*/</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aw</Word><Comment>*/</Comment><Normal Text>ord end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> */</Comment><Normal Text>aword end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment>*/</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>awo</Word><Comment>*/</Comment><Normal Text>rd end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> */</Comment><Normal Text>aword end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Custom Tags>\ima</Custom Tags><Comment>*/</Comment><Normal Text>ge end of doxygen HL mode</Normal Text><br/>
<Comment>/** </Comment><Tags>\image</Tags><Comment> </Comment><Word>aword</Word><Comment> </Comment><Word>aword</Word><Comment> rest of line is normal HL</Comment><br/>
<Comment> * comment HL mode</Comment><br/>
<Comment> */</Comment><Normal Text> end of doxygen HL mode</Normal Text><br/>
<Normal Text> </Normal Text><br/>
<Normal Text>Some further tests for singlelinecomments (* / should not pop!)</Normal Text><br/>
<Normal Text>===============================================================</Normal Text><br/>
<Comment>/// a singlelinecommment blubb blubb  */. stay in doxygen HL mode</Comment><br/>
<Comment>/// </Comment><Tags>\code</Tags><Code> a singlelinecommment blubb b*/lubb. stay in doxygen HL mode</Code><br/>
<Normal Text>end of doxygen HL mode</Normal Text><br/>
<Comment>/// </Comment><Error>\endcode</Error><br/>
<Comment>/// </Comment><Tags>\code</Tags><Code>*/ a singlelinecommment blubb blubb. stay in doxygen HL mode</Code><br/>
<Normal Text>end of doxygen HL mode</Normal Text><br/>
<Comment>/// </Comment><Tags>\code</Tags><Code> a multilinecommment blubb blubb</Code><br/>
<Comment>///</Comment><Code> blubb blubb</Code><br/>
<Comment>///</Comment><Code> </Code><Tags>\endcode</Tags><br/>
<Comment>/// </Comment><Tags>\brief</Tags><Comment> a descriptive text (string) stay in doxygen HL mode</Comment><br/>
<Comment>/// </Comment><Tags>\brief</Tags><Comment> a descriptive text (string)*/ description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\brief</Tags><Comment> a descriptive text */(string) description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\brief</Tags><Comment> */a descriptive text (string) description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\ref</Tags><Comment> </Comment><Word>aword</Word><Comment> a descriptive text (string) */ description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\ref</Tags><Comment> </Comment><Word>aword</Word><Comment> a descriptive text (str*/ing) description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\ref</Tags><Comment> </Comment><Word>aword</Word><Comment> a des*/criptive text (string) description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\ref</Tags><Comment> </Comment><Word>aword*/</Word><Comment> a descriptive text (string) description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\ref</Tags><Comment> </Comment><Word>aw*/ord</Word><Comment> a descriptive text (string) description should go on here</Comment><br/>
<Comment>/// </Comment><Tags>\ref</Tags><Comment> </Comment><Word>*/aword</Word><Comment> a descriptive text (string) description should go on here</Comment><br/>
<Normal Text></Normal Text><br/>
<Normal Text>HTML comment tests:</Normal Text><br/>
<Normal Text>===================</Normal Text><br/>
<Comment>//! </Comment><Tags>\ref</Tags><Comment> </Comment><Word>word</Word><Comment> de</Comment><HTML Comment><!--*/ --></HTML Comment><Comment>scriptive text (string)</Comment><br/>
<Normal Text>normal HL mode.</Normal Text><br/>
<Comment>//! </Comment><Tags>\ref</Tags><Comment> </Comment><Word>w</Word><Comment> descriptive text (string)</Comment><br/>
<Comment>/** </Comment><Tags>\ref</Tags><Comment> </Comment><Word>word</Word><Comment> de</Comment><HTML Comment><!--</HTML Comment><Comment>*/</Comment><Normal Text> -->scriptive text (string)</Normal Text><br/>
<Normal Text>normal HL mode.</Normal Text><br/>
<Comment>/** </Comment><Tags>\ref</Tags><Comment> </Comment><Word>w</Word><Comment> </Comment><HTML Comment><!--</HTML Comment><br/>
<HTML Comment> * HTML comments</HTML Comment><br/>
<HTML Comment> * --></HTML Comment><br/>
<Comment> * normal doxygen HL mode.</Comment><br/>
<Comment> */</Comment><br/>
<Normal Text></Normal Text><br/>
<Normal Text></Normal Text><br/>
<Normal Text>And final tests for a word: a single char:</Normal Text><br/>
<Normal Text>===========================================</Normal Text><br/>
<Normal Text><tag> <word> <rest of line as string></Normal Text><br/>
<Comment>//! </Comment><Tags>\ref</Tags><Comment> </Comment><Word>word</Word><Comment> descriptive text (string)</Comment><br/>
<Comment>//! </Comment><Tags>\ref</Tags><Comment> </Comment><Word>w</Word><Comment> descriptive text (string)</Comment><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <word> <rest is normal HL></Normal Text><br/>
<Comment>//! </Comment><Tags>\image</Tags><Comment> </Comment><Word>word1</Word><Comment> </Comment><Word>word2</Word><Comment> b descriptive text (string)</Comment><br/>
<Comment>//! </Comment><Tags>\image</Tags><Comment> </Comment><Word>a</Word><Comment> </Comment><Word>word</Word><Comment> b descriptive text (string)</Comment><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <rest of line is string></Normal Text><br/>
<Comment>//! </Comment><Tags>\brief</Tags><Comment> A b c d e description should go on here</Comment><br/>
<Normal Text></Normal Text><br/>
<Normal Text><tag> <word> <rest of line is normal doxygen HL mode></Normal Text><br/>
<Comment>//! </Comment><Tags>\file</Tags><Comment> </Comment><Word>word</Word><Comment> rest of line is normal comment HL</Comment><br/>
<Comment>//! </Comment><Tags>\file</Tags><Comment> </Comment><Word>a</Word><Comment> word rest of line is normal comment HL</Comment><br/>
<Normal Text></Normal Text><br/>
<Normal Text>no doxygen HL mode here.</Normal Text><br/>
<Normal Text>== END OF TESTFILE ==</Normal Text><br/>