소스 검색

* fix destructor

git-svn-id: trunk@47980 -
marco 4 년 전
부모
커밋
bb8fd96eaa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      utils/fpdoc/dw_chm.pp

+ 1 - 0
utils/fpdoc/dw_chm.pp

@@ -428,6 +428,7 @@ begin
   
   if ETypeName[1] = 'f' then Exit(cmtFunction);
   if ETypeName[1] = 'c' then Exit(cmtConstructor);
+  if ETypeName[1] = 'd' then Exit(cmtDestructor);
   if ETypeName[1] = 'v' then Exit(cmtVariable);
   if ETypeName[1] = 'i' then Exit(cmtInterface);
   // the p's