浏览代码

Fixed makedocs.

Mark Sibly 9 年之前
父节点
当前提交
0524255e50
共有 4 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      bin/mx2cc_linux
  2. 二进制
      bin/mx2cc_macos
  3. 二进制
      bin/mx2cc_windows.exe
  4. 1 1
      src/mx2cc/docs/docsmaker.monkey2

二进制
bin/mx2cc_linux


二进制
bin/mx2cc_macos


二进制
bin/mx2cc_windows.exe


+ 1 - 1
src/mx2cc/docs/docsmaker.monkey2

@@ -969,7 +969,7 @@ Class DocsMaker
 			Local buf:StringStack
 					
 			For Local func:=Eachin flist.funcs
-				If func.IsMethod Or func.IsCtor And func.scope<>scope Continue
+				If (func.IsMethod Or func.IsCtor) And func.scope<>scope Continue
 				
 				Local decl:=func.fdecl