File: ok_flag_parameter.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 (20 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<unit name="ok_flag_parameter.pas">
  <function name="Foo" type="procedure" declaration="procedure Foo(const Xxx: Integer; out Yyy: Integer; const Xxx2: Integer; out Yyy2: Integer; const Xxx3: TObject; const Xxx4: TObject);">
    <param name="Xxx [in]">Some input param.</param>
    <param name="Yyy [out]">Some output param.</param>
    <param name="Xxx1 [in]">Some input param.</param>
    <param name="Yyy1 [out]">Some output param.</param>
    <param name="Xxx3 [in, nil allowed]">Some output param.</param>
    <param name="Xxx4 [out, always non-nil on exit]">Some output param.</param>
    <param name="Xxx4">thisShouldNotBeFlag[out] Some output param.</param>
    <param name="Xxx4">this should not be flag either[out] Some output param.</param>
    <description><detailed>My proc.         This link should work Theme.Items[tiLoading]. This link should work too Blah blah (blah blah Items[Index]).</detailed></description>
  </function>
  <function name="Bar" type="procedure" declaration="procedure Bar;">
  </function>
  <structure name="TCastleTheme" name_with_generic="TCastleTheme" type="class">
    <ancestor name="TObject" declaration="TObject" />
    <property name="Items" indexdecl="[constI:Integer]" type="String" reader="" writer="" default="0" defaultid="" nodefault="0" storedid="">
    </property>
  </structure>
</unit>