Browse Source

* missing descr element

peter 20 years ago
parent
commit
ce1faecddb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/objects.xml

+ 1 - 0
docs/objects.xml

@@ -3446,6 +3446,7 @@ If the local function expects parameters, the stack may become corrupted.
 <!-- function Visibility: default -->
 <element name="CallPointerMethodLocal">
 <short>Call a local procedure of a method with a pointer argument</short>
+<descr>
 <var>CallPointerMethodLocal</var> calls the local procedure with address
 <var>Func</var>, where <var>Frame</var> is the frame of the wrapping
 method. It passes <var>Param1</var> to the local function.