233 lines
32 KiB
Plaintext
233 lines
32 KiB
Plaintext
<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/>
|