Mark Sibly 8 years ago
parent
commit
8ab4e6b5eb
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/mx2cc/mx2cc.monkey2
  2. 1 1
      src/mx2cc/newdocs/docsmaker.monkey2

+ 2 - 2
src/mx2cc/mx2cc.monkey2

@@ -32,9 +32,9 @@ Const MX2CC_VERSION_EXT:=""
 
 Global StartDir:String
 
-Const TestArgs:="mx2cc makemods"
+'Const TestArgs:="mx2cc makemods"
 
-'Const TestArgs:="mx2cc makedocs monkey"' std mojo mojo3d"
+Const TestArgs:="mx2cc makedocs mojo"
 'Const TestArgs:="pyro-framework pyro-gui pyro-scenegraph pyro-tiled"
 'Const TestArgs:="mx2cc makedocs"
 'Const TestArgs:="mx2cc makeapp src/mx2cc/test.monkey2"

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

@@ -886,7 +886,7 @@ Class DocsMaker
 			If Not val Continue
 			
 '			Local edocs:=New DocsNode( node.Key,node.Key,docs,DocsType.Decl,True )
-			Local edocs:=New DocsNode( "",node.Key,docs,DocsType.Nav,True )
+			Local edocs:=New DocsNode( node.Key,node.Key,docs,DocsType.Decl,True )
 
 		Next