소스 검색

* missing descr element

peter 20 년 전
부모
커밋
ce1faecddb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.