<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<head>
<style>.content {
padding: 20px;
height: 100%;
width: 944px;
margin-left: auto;
margin-right: auto;
}
.fold {
width: 20px;
float: left;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.number {
width: 45px;
float: left;
margin-right: 10px;
text-align: right;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line {
}
.content {
font-family: "Monospace";
font-size: 1em;
background: #3f3f3f;
color: White;
width: 944px;
padding: 20px;
height: 100%;
margin-left: auto;
margin-right: auto;
}
font.Alert {
color: Yellow;
font-weight: bold;
}
font.Annotation {
color: Yellow;
font-style: italic;
}
font.Attribute {
color: LightPink;
}
font.BaseN {
color: Gold;
}
font.BuiltIn {
color: Coral;
}
font.Char {
color: Cyan;
}
font.Comment {
color: Beige;
font-style: italic;
}
font.CommentVar {
color: LightBlue;
font-style: italic;
}
font.Constant {
color: White;
font-weight: bold;
}
font.ControlFlow {
color: DeepPink;
}
font.DataType {
color: CadetBlue;
}
font.DecVal {
color: MediumPurple;
font-weight: bold;
}
font.Documentation {
color: Gold;
font-style: italic;
}
font.Error {
color: Red;
font-weight: bold;
}
font.Extension {
color: DarkGray;
font-weight: bold;
}
font.Float {
color: DarkViolet;
font-weight: bold;
}
font.Function {
color: RosyBrown;
}
font.Import {
color: PaleVioletRed;
}
font.Information {
color: LightGreen;
font-style: italic;
}
font.Keyword {
color: LightGreen;
font-weight: bold;
}
font.Normal {
color: White;
}
font.Operator {
color: Magenta;
}
font.Others {
color: GreenYellow;
}
font.Preprocessor {
color: DarkSeaGreen ;
font-weight: bold;
}
font.RegionMarker {
color: Plum;
}
font.SpecialChar {
color: Plum;
font-weight: bold;
}
font.SpecialString {
color: LightBlue;
}
font.String {
color: MediumAquaMarine;
}
font.Variable {
color: Turquoise;
font-weight: bold;
}
font.VerbatimString {
color: LightSkyBlue;
}
font.Warning {
color: Brown;
font-weight: bold;
}
</style>
<title>Kamelon output</title>
</head>
<body>
<div class="content">
<div id="1" class="line"><font class="Normal">This is a pseudo doxygen file to test Kate's doxyge syntax highlighting.</font></br></div>
<div id="2" class="line"></br></div>
<div id="3" class="line"><font class="Normal">Normal text, no HL.</font></br></div>
<div id="4" class="line"><font class="Normal">===================</font></br></div>
<div id="5" class="line"><font class="Normal">a multiline comment may begin with a </font><font class="Comment">/*! */</font><font class="Normal">, too. That should work,</font></br></div>
<div id="6" class="line"><font class="Normal">because it is the same "entrance rule".</font></br></div>
<div id="7" class="line"></br></div>
<div id="8" class="line"><font class="Normal">popping tests:</font></br></div>
<div id="9" class="line"><font class="Comment">/** multiline */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="10" class="line"><font class="Comment">/*! multiline */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="11" class="line"><font class="Comment">//! singleline, where */ should be ignored! still doxygen HL mode</font></br></div>
<div id="12" class="line"><font class="Comment">/// singleline, where */ should be ignored! still doxygen HL mode</font></br></div>
<div id="13" class="line"><font class="Comment">///< singleline, where */ should be ignored! still doxygen HL mode</font></br></div>
<div id="14" class="line"><font class="Normal">begin and end immediately:</font></br></div>
<div id="15" class="line"><font class="Normal">/********/ actually no doxygen comment - used for "info boxes" :)</font></br></div>
<div id="16" class="line"><font class="Normal">/**/ <-- it really works --- end of doxygen HL mode</font></br></div>
<div id="17" class="line"><font class="Comment">/*!*/</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="18" class="line"></br></div>
<div id="19" class="line"><font class="Normal"><tag> <normal comment HL></font></br></div>
<div id="20" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest of line is normal comment HL */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="21" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest of line is normal comment HL</font></br></div>
<div id="22" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="23" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="24" class="line"></br></div>
<div id="25" class="line"><font class="Normal"><tag> <word> <normal comment HL></font></br></div>
<div id="26" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> aword rest of line is normal comment HL */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="27" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> */</font><font class="Normal">aword <-- pop! no doxygen HL mode</font></br></div>
<div id="28" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> aword rest of line is normal comment HL</font></br></div>
<div id="29" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="30" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="31" class="line"></br></div>
<div id="32" class="line"><font class="Normal"><tag> <rest of line is string></font></br></div>
<div id="33" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short description */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="34" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> */</font><font class="Normal">A <-- pop! end of doxygen HL mode</font></br></div>
<div id="35" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short description </font></br></div>
<div id="36" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="37" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="38" class="line"></br></div>
<div id="39" class="line"><font class="Normal"><tag> <word> <rest of line is string></font></br></div>
<div id="40" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword rest of line is string */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="41" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> */</font><font class="Normal">aword <-- pop! end of doxygen HL mode</font></br></div>
<div id="42" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword rest of line is string </font></br></div>
<div id="43" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="44" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="45" class="line"></br></div>
<div id="46" class="line"><font class="Normal"><tag> <word> <word> <normal comment HL></font></br></div>
<div id="47" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aword rest of line is normal HL */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="48" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword */</font><font class="Normal">aword <-- pop! end of doxygen HL mode</font></br></div>
<div id="49" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> */</font><font class="Normal">aword aword <-- pop! end of doxygen HL mode</font></br></div>
<div id="50" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aword rest of line is normal HL</font></br></div>
<div id="51" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="52" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="53" class="line"></br></div>
<div id="54" class="line"><font class="Normal">Tests for HTML tags in doxygen HL mode:</font></br></div>
<div id="55" class="line"><font class="Normal">=======================================</font></br></div>
<div id="56" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="57" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Comment">*/</font><font class="Normal">> end of doxygen HL mode</font></br></div>
<div id="58" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blubb</font><font class="Comment">*/</font><font class="Normal">'> end of doxygen HL mode</font></br></div>
<div id="59" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blub</font><font class="Comment">*/</font><font class="Normal">b'> end of doxygen HL mode</font></br></div>
<div id="60" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'b</font><font class="Comment">*/</font><font class="Normal">lubb'> end of doxygen HL mode</font></br></div>
<div id="61" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'</font><font class="Comment">*/</font><font class="Normal">blubb'> end of doxygen HL mode</font></br></div>
<div id="62" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="Comment">*/</font><font class="Normal">'blubb'> end of doxygen HL mode</font></br></div>
<div id="63" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href</font><font class="Comment">*/</font><font class="Normal">='blubb'> end of doxygen HL mode</font></br></div>
<div id="64" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> hre</font><font class="Comment">*/</font><font class="Normal">f='blubb'> end of doxygen HL mode</font></br></div>
<div id="65" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> </font><font class="Comment">*/</font><font class="Normal">href='blubb'> end of doxygen HL mode</font></br></div>
<div id="66" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="67" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Comment">*/</font><font class="Normal">> end of doxygen HL mode</font></br></div>
<div id="68" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb</font><font class="Comment">*/</font><font class="Normal">"> end of doxygen HL mode</font></br></div>
<div id="69" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blub</font><font class="Comment">*/</font><font class="Normal">b"> end of doxygen HL mode</font></br></div>
<div id="70" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"</font><font class="Comment">*/</font><font class="Normal">blubb"> end of doxygen HL mode</font></br></div>
<div id="71" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="Comment">*/</font><font class="Normal">"blubb"> end of doxygen HL mode</font></br></div>
<div id="72" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> href</font><font class="Comment">*/</font><font class="Normal">="blubb"> end of doxygen HL mode</font></br></div>
<div id="73" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> h</font><font class="Comment">*/</font><font class="Normal">ref="blubb"> end of doxygen HL mode</font></br></div>
<div id="74" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Function"> </font><font class="Comment">*/</font><font class="Normal">href="blubb"> end of doxygen HL mode</font></br></div>
<div id="75" class="line"><font class="Comment">/** </font><font class="Keyword"><a</font><font class="Comment">*/</font><font class="Normal"> href="blubb"> end of doxygen HL mode</font></br></div>
<div id="76" class="line"><font class="Comment">/** <*/</font><font class="Normal">a href="blubb"> end of doxygen HL mode</font></br></div>
<div id="77" class="line"></br></div>
<div id="78" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> */ stay in doygen HL mode</font></br></div>
<div id="79" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Function">*</font><font class="Keyword">/></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="80" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blubb*/'</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="81" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'blu*/bb'</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="82" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=</font><font class="DataType">'*/blubb'</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="83" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function"> href=*/</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="84" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> */ stay in doygen HL mode</font></br></div>
<div id="85" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Function">*</font><font class="Keyword">/></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="86" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb*/"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="87" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blub*/b"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="88" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"*/blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="89" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=*/</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="90" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href*/=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="91" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> h*/ref=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="92" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> */href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="93" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function">*/ href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL mode</font></br></div>
<div id="94" class="line"><font class="Comment">//! <*/a href="blubb"> stay in doygen HL mode</font></br></div>
<div id="95" class="line"><font class="Comment">//! </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> stay in doygen HL </font><font class="Keyword"><mode</font></br></div>
<div id="96" class="line"><font class="Normal">here should be normal HL mode (no doxygen!)</font></br></div>
<div id="97" class="line"></br></div>
<div id="98" class="line"><font class="Normal">Tests for HTML tags in doxygen HL mode with tags:</font></br></div>
<div id="99" class="line"><font class="Normal">=================================================</font></br></div>
<div id="100" class="line"><font class="Normal"><tag> <normal comment HL></font></br></div>
<div id="101" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href="blubb"> of </a href='blubb'> line is normal comment HL */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="102" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href="blubb"> of </a href='blubb'*/</font><font class="Normal">> end of doxygen HL mode</font></br></div>
<div id="103" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href="blubb"> of </a href='blubb*/</font><font class="Normal">'> end of doxygen HL mode</font></br></div>
<div id="104" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href="blubb"> of </a href='*/</font><font class="Normal">blubb'> end of doxygen HL mode</font></br></div>
<div id="105" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href="blubb"> of </a href=*/</font><font class="Normal">'blubb'> end of doxygen HL mode</font></br></div>
<div id="106" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href="blubb*/</font><font class="Normal">"> of </a href=*/'blubb'> end of doxygen HL mode</font></br></div>
<div id="107" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a href=*/</font><font class="Normal">"blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="108" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <a h*/</font><font class="Normal">ref="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="109" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest <*/</font><font class="Normal">a href="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="110" class="line"><font class="Comment">/** </font><font class="Constant">\code</font><font class="Comment"> rest of line is normal comment HL</font></br></div>
<div id="111" class="line"><font class="Comment"> * comment HL mode <html> text </html></font></br></div>
<div id="112" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="113" class="line"></br></div>
<div id="114" class="line"><font class="Normal"><tag> <word> <normal comment HL></font></br></div>
<div id="115" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> awo</font><font class="Keyword"><html_should_be_ignored_here></font><font class="Comment">rd rest of line is normal comment HL */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="116" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> awo</font><font class="Keyword"><html_should_be_ignored_here></font><font class="Comment">*/</font><font class="Normal">rd end of doxygen HL mode</font></br></div>
<div id="117" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> awo</font><font class="Keyword"><html_should_be_i</font><font class="Comment">*/</font><font class="Normal">gnored_here>rd end of doxygen HL mode</font></br></div>
<div id="118" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> awo<*/</font><font class="Normal">html_should_be_ignored_here>rd end of doxygen HL mode</font></br></div>
<div id="119" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> a*/</font><font class="Normal">wo<html_should_be_ignored_here>rd end of doxygen HL mode</font></br></div>
<div id="120" class="line"><font class="Comment">/** </font><font class="BaseN">\file</font><font class="Comment"> aword rest of line is normal co</font><font class="Keyword"><code></font><font class="Comment">mment HL</font></br></div>
<div id="121" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="122" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="123" class="line"></br></div>
<div id="124" class="line"><font class="Normal"><tag> <rest of line is string></font></br></div>
<div id="125" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> description */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="126" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Comment">*/</font><font class="Normal">> end of doxygen HL mode</font></br></div>
<div id="127" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'</font><font class="Comment">*/</font><font class="Normal">blubb'> end of doxygen HL mode</font></br></div>
<div id="128" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="Comment">*/</font><font class="Normal">'blubb'> end of doxygen HL mode</font></br></div>
<div id="129" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href</font><font class="Comment">*/</font><font class="Normal">='blubb'> end of doxygen HL mode</font></br></div>
<div id="130" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> </font><font class="Comment">*/</font><font class="Normal">href='blubb'> end of doxygen HL mode</font></br></div>
<div id="131" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of <*/</font><font class="Normal">/a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="132" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Comment">*/</font><font class="Normal">> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="133" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb</font><font class="Comment">*/</font><font class="Normal">"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="134" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"</font><font class="Comment">*/</font><font class="Normal">blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="135" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="Comment">*/</font><font class="Normal">"blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="136" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href</font><font class="Comment">*/</font><font class="Normal">="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="137" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> h</font><font class="Comment">*/</font><font class="Normal">ref="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="138" class="line"><font class="Comment">/** </font><font class="BaseN">\brief</font><font class="Comment"> A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> description </font></br></div>
<div id="139" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="140" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="141" class="line"></br></div>
<div id="142" class="line"><font class="Normal"><tag> <word> <rest of line is string></font></br></div>
<div id="143" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> description */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="144" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Comment">*/</font><font class="Normal">> end of doxygen HL mode</font></br></div>
<div id="145" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'</font><font class="Comment">*/</font><font class="Normal">blubb'> end of doxygen HL mode</font></br></div>
<div id="146" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="Comment">*/</font><font class="Normal">'blubb'> end of doxygen HL mode</font></br></div>
<div id="147" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href</font><font class="Comment">*/</font><font class="Normal">='blubb'> end of doxygen HL mode</font></br></div>
<div id="148" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> </font><font class="Comment">*/</font><font class="Normal">href='blubb'> end of doxygen HL mode</font></br></div>
<div id="149" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of <*/</font><font class="Normal">/a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="150" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Comment">*/</font><font class="Normal">> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="151" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb</font><font class="Comment">*/</font><font class="Normal">"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="152" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"</font><font class="Comment">*/</font><font class="Normal">blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="153" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="Comment">*/</font><font class="Normal">"blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="154" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href</font><font class="Comment">*/</font><font class="Normal">="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="155" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> h</font><font class="Comment">*/</font><font class="Normal">ref="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="156" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short <*/</font><font class="Normal">a href="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="157" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A shor*/</font><font class="Normal">t <a href="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="158" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> awor*/</font><font class="Normal">d A short <a href="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="159" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> */</font><font class="Normal">aword A short <a href="blubb"> of </a href='blubb'> end of doxygen HL mode</font></br></div>
<div id="160" class="line"><font class="Comment">/** </font><font class="BaseN">\page</font><font class="Comment"> aword A short </font><font class="Keyword"><a</font><font class="Function"> href=</font><font class="DataType">"blubb"</font><font class="Keyword">></font><font class="Comment"> of </font><font class="Keyword"></a</font><font class="Function"> href=</font><font class="DataType">'blubb'</font><font class="Keyword">></font><font class="Comment"> description </font></br></div>
<div id="161" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="162" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="163" class="line"></br></div>
<div id="164" class="line"><font class="Normal"><tag> <word> <word> <rest of line is string></font></br></div>
<div id="165" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aword rest of line is normal HL */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="166" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aword rest of line is*/</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="167" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aword*/</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="168" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aw*/</font><font class="Normal">ord end of doxygen HL mode</font></br></div>
<div id="169" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword */</font><font class="Normal">aword end of doxygen HL mode</font></br></div>
<div id="170" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword*/</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="171" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> awo*/</font><font class="Normal">rd end of doxygen HL mode</font></br></div>
<div id="172" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> */</font><font class="Normal">aword end of doxygen HL mode</font></br></div>
<div id="173" class="line"><font class="Comment">/** </font><font class="BaseN">\ima</font><font class="Comment">*/</font><font class="Normal">ge end of doxygen HL mode</font></br></div>
<div id="174" class="line"><font class="Comment">/** </font><font class="BaseN">\image</font><font class="Comment"> aword aword rest of line is normal HL</font></br></div>
<div id="175" class="line"><font class="Comment"> * comment HL mode</font></br></div>
<div id="176" class="line"><font class="Comment"> */</font><font class="Normal"> end of doxygen HL mode</font></br></div>
<div id="177" class="line"><font class="Normal"> </font></br></div>
<div id="178" class="line"><font class="Normal">Some further tests for singlelinecomments (* / should not pop!)</font></br></div>
<div id="179" class="line"><font class="Normal">===============================================================</font></br></div>
<div id="180" class="line"><font class="Comment">/// a singlelinecommment blubb blubb */. stay in doxygen HL mode</font></br></div>
<div id="181" class="line"><font class="Comment">/// </font><font class="Constant">\code</font><font class="Comment"> a singlelinecommment blubb b*/</font><font class="Normal">lubb. stay in doxygen HL mode</font></br></div>
<div id="182" class="line"><font class="Comment">/// </font><font class="Constant">\code</font><font class="Comment">*/</font><font class="Normal"> a singlelinecommment blubb blubb. stay in doxygen HL mode</font></br></div>
<div id="183" class="line"><font class="Comment">/// </font><font class="Constant">\code</font><font class="Comment"> a singlelinecommment blubb blubb</font></br></div>
<div id="184" class="line"><font class="Comment">/// \brief a descriptive text (string) stay in doxygen HL mode</font></br></div>
<div id="185" class="line"><font class="Comment">/// \brief a descriptive text (string)*/</font><font class="Normal"> description should go on here</font></br></div>
<div id="186" class="line"><font class="Comment">/// </font><font class="BaseN">\brief</font><font class="Comment"> a descriptive text */(string) description should go on here</font></br></div>
<div id="187" class="line"><font class="Comment">/// </font><font class="BaseN">\brief</font><font class="Comment"> */a descriptive text (string) description should go on here</font></br></div>
<div id="188" class="line"><font class="Comment">/// </font><font class="BaseN">\ref</font><font class="Comment"> aword a descriptive text (string) */ description should go on here</font></br></div>
<div id="189" class="line"><font class="Comment">/// </font><font class="BaseN">\ref</font><font class="Comment"> aword a descriptive text (str*/ing) description should go on here</font></br></div>
<div id="190" class="line"><font class="Comment">/// </font><font class="BaseN">\ref</font><font class="Comment"> aword a des*/criptive text (string) description should go on here</font></br></div>
<div id="191" class="line"><font class="Comment">/// </font><font class="BaseN">\ref</font><font class="Comment"> aword*/ a descriptive text (string) description should go on here</font></br></div>
<div id="192" class="line"><font class="Comment">/// </font><font class="BaseN">\ref</font><font class="Comment"> aw*/ord a descriptive text (string) description should go on here</font></br></div>
<div id="193" class="line"><font class="Comment">/// </font><font class="BaseN">\ref</font><font class="Comment"> */aword a descriptive text (string) description should go on here</font></br></div>
<div id="194" class="line"></br></div>
<div id="195" class="line"><font class="Normal">HTML comment tests:</font></br></div>
<div id="196" class="line"><font class="Normal">===================</font></br></div>
<div id="197" class="line"><font class="Comment">//! </font><font class="BaseN">\ref</font><font class="Comment"> word de<!--*/ -->scriptive text (string)</font></br></div>
<div id="198" class="line"><font class="Normal">normal HL mode.</font></br></div>
<div id="199" class="line"><font class="Comment">//! </font><font class="BaseN">\ref</font><font class="Comment"> w descriptive text (string)</font></br></div>
<div id="200" class="line"><font class="Comment">/** </font><font class="BaseN">\ref</font><font class="Comment"> word de<!--*/</font><font class="Normal"> -->scriptive text (string)</font></br></div>
<div id="201" class="line"><font class="Normal">normal HL mode.</font></br></div>
<div id="202" class="line"><font class="Comment">/** </font><font class="BaseN">\ref</font><font class="Comment"> w <!--</font></br></div>
<div id="203" class="line"><font class="Comment"> * HTML comments</font></br></div>
<div id="204" class="line"><font class="Comment"> * --></font></br></div>
<div id="205" class="line"><font class="Comment"> * normal doxygen HL mode.</font></br></div>
<div id="206" class="line"><font class="Comment"> */</font></br></div>
<div id="207" class="line"></br></div>
<div id="208" class="line"></br></div>
<div id="209" class="line"><font class="Normal">And final tests for a word: a single char:</font></br></div>
<div id="210" class="line"><font class="Normal">===========================================</font></br></div>
<div id="211" class="line"><font class="Normal"><tag> <word> <rest of line as string></font></br></div>
<div id="212" class="line"><font class="Comment">//! </font><font class="BaseN">\ref</font><font class="Comment"> word descriptive text (string)</font></br></div>
<div id="213" class="line"><font class="Comment">//! </font><font class="BaseN">\ref</font><font class="Comment"> w descriptive text (string)</font></br></div>
<div id="214" class="line"></br></div>
<div id="215" class="line"><font class="Normal"><tag> <word> <word> <rest is normal HL></font></br></div>
<div id="216" class="line"><font class="Comment">//! </font><font class="BaseN">\image</font><font class="Comment"> word1 word2 b descriptive text (string)</font></br></div>
<div id="217" class="line"><font class="Comment">//! </font><font class="BaseN">\image</font><font class="Comment"> a word b descriptive text (string)</font></br></div>
<div id="218" class="line"></br></div>
<div id="219" class="line"><font class="Normal"><tag> <rest of line is string></font></br></div>
<div id="220" class="line"><font class="Comment">//! </font><font class="BaseN">\brief</font><font class="Comment"> A b c d e description should go on here</font></br></div>
<div id="221" class="line"></br></div>
<div id="222" class="line"><font class="Normal"><tag> <word> <rest of line is normal doxygen HL mode></font></br></div>
<div id="223" class="line"><font class="Comment">//! </font><font class="BaseN">\file</font><font class="Comment"> word rest of line is normal comment HL</font></br></div>
<div id="224" class="line"><font class="Comment">//! </font><font class="BaseN">\file</font><font class="Comment"> a word rest of line is normal comment HL</font></br></div>
<div id="225" class="line"></br></div>
<div id="226" class="line"><font class="Normal">no doxygen HL mode here.</font></br></div>
<div id="227" class="line"><font class="Normal">== END OF TESTFILE ==</font></br></div>
</div>
</body>
</html>