2
0
Mark Sibly 9 жил өмнө
parent
commit
0524255e50

BIN
bin/mx2cc_linux


BIN
bin/mx2cc_macos


BIN
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