File: ok_back_comment.xml

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 (45 lines) | stat: -rw-r--r-- 2,239 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<unit name="ok_back_comment.pas">
  <description><detailed>Description of unit ok_back_comment.</detailed></description>
  <function name="Foo" type="procedure" declaration="procedure Foo;">
    <description><detailed>Description of Foo, (<code>Foo</code>)</detailed></description>
  </function>
  <constant name="MyConst = 2;">
    <description><detailed>Description of MyConst</detailed></description>
  </constant>
  <variable name="V: Integer;">
    <description><detailed>Description of V</detailed></description>
  </variable>
  <variable name="V1: Integer;">
    <description><detailed>Description of V1 and V2</detailed></description>
  </variable>
  <variable name="V2: Integer;">
    <description><detailed>Description of V1 and V2</detailed></description>
  </variable>
  <type name="TMyType = Integer;">
    <description><detailed>Description of TMyType</detailed></description>
  </type>
  <type name="TMyEnum = (...);">
    <description><detailed>Description of TMyEnum</detailed></description>
  </type>
  <structure name="TMyClass" name_with_generic="TMyClass" type="class">
    <description><detailed>Description of TMyClass</detailed></description>
    <ancestor name="TObject" declaration="TObject" />
    <function name="MyProc" type="procedure" declaration="procedure MyProc;">
      <description><detailed>Description of MyProc</detailed></description>
    </function>
    <variable name="MyField: Integer;">
      <description><detailed>Description of MyField</detailed></description>
    </variable>
    <property name="MyProp" indexdecl="" type="Integer" reader="" writer="" default="0" defaultid="" nodefault="0" storedid="">
      <description><detailed>Description of MyProp</detailed></description>
    </property>
  </structure>
  <structure name="TMyException1" name_with_generic="TMyException1" type="class">
    <description><detailed>Description of TMyException1</detailed></description>
    <ancestor name="Exception" declaration="Exception" />
  </structure>
  <structure name="TMyException2" name_with_generic="TMyException2" type="class">
    <description><detailed>Description of TMyException2</detailed></description>
    <ancestor name="Exception" declaration="Exception" />
  </structure>
</unit>