File: ok_longcode_highlight.html

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (31 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ok_longcode_highlight</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="unit">Unit ok_longcode_highlight</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Uses</div><div class="one_section">Classes, Interfaces, Objects and Records</div><div class="one_section">Functions and Procedures</div><div class="one_section">Types</div><div class="one_section">Constants</div><div class="one_section">Variables</div></div>
<span id="PasDoc-Description"></span><h2 class="description">Description</h2>
<p>
Test of highlighting in @longCode some things.</p>
<p>


<p>See [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=354213&amp;aid=1422011&amp;group_id=4213">https://sourceforge.net/tracker/?func=detail&amp;atid=354213&amp;aid=1422011&amp;group_id=4213</a>]

<p></p>

<pre class="longcode">
TOptions = <span class="pascal_keyword">class</span>(TForm)
<span class="pascal_keyword">private</span>
  <span class="pascal_keyword">procedure</span> WMSysCmd(<span class="pascal_keyword">var</span> Msg: TWMSysCommand); <span class="pascal_keyword">message</span> WM_SYSCOMMAND;
<span class="pascal_numeric"></span>...
<span class="pascal_keyword">end</span>;</pre>

<p></p>
<span id="PasDoc-Uses"></span></body></html>