Browse Source

Fixed makedocs.

Mark Sibly 9 years ago
parent
commit
0524255e50
4 changed files with 1 additions and 1 deletions
  1. BIN
      bin/mx2cc_linux
  2. BIN
      bin/mx2cc_macos
  3. BIN
      bin/mx2cc_windows.exe
  4. 1 1
      src/mx2cc/docs/docsmaker.monkey2

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
 			Local buf:StringStack
 					
 					
 			For Local func:=Eachin flist.funcs
 			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
 				Local decl:=func.fdecl