Browse Source

Include text namespace.

Brucey 5 years ago
parent
commit
a87b3f8695
1 changed files with 1 additions and 0 deletions
  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 )