浏览代码

Cleanups.

Mark Sibly 9 年之前
父节点
当前提交
0e928cad50
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      modules/mojo/graphics/font.monkey2

+ 5 - 1
modules/mojo/graphics/font.monkey2

@@ -3,7 +3,7 @@ Namespace mojo.graphics
 
 Using std.resource
 
-#rem monkeydoc The Glyph struct.
+#rem monkeydoc @hidden The Glyph struct.
 
 Glyph are used to store the individual character data for fonts.
 
@@ -24,6 +24,8 @@ Struct Glyph
 
 End
 
+#rem monkeydoc @hidden
+#end
 Class GlyphPage
 
 	Field image:Image
@@ -31,6 +33,8 @@ Class GlyphPage
 
 End
 
+#rem monkeydoc The Font class.
+#end
 Class Font Extends Resource
 
 	#rem monkeydoc The font height in pixels.