File: ok_enum_links.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 (11 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<unit name="ok_enum_links.pas">
  <function name="Foo" type="procedure" declaration="procedure Foo;">
    <description><detailed>Test of links. TMyEnum, me1, me2, me3. TMyScopedEnum, TMyScopedEnum.mse1, TMyScopedEnum.mse2, TMyScopedEnum.mse3. TMyScopedEnum, TODO: these should NOT work (scoped enum members namespace is tighter), but for now they are linked too: mse1, mse2, mse3.</detailed></description>
  </function>
  <type name="TMyEnum = (...);">
    <description><detailed>My enumerated type description.</detailed></description>
  </type>
  <type name="TMyScopedEnum = (...);">
    <description><detailed>My enumerated type description.</detailed></description>
  </type>
</unit>