2
0
Brucey 5 жил өмнө
parent
commit
a87b3f8695
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/makemd/makemd.bmx

+ 1 - 0
src/makemd/makemd.bmx

@@ -65,6 +65,7 @@ Function DocMods()
 			And Not modid.StartsWith("sdl.") .. 
 			And Not modid.StartsWith("audio.") ..
 			And Not modid.StartsWith( "crypto." ) ..
+			And Not modid.StartsWith( "text." ) ..
 			And Not modid.StartsWith("steam.") Continue
 
 		Local p$=ModuleSource( modid )