浏览代码

documentation macro.Printer

Mark Knol 10 年之前
父节点
当前提交
0ae8874bd1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      std/haxe/macro/Printer.hx

+ 4 - 0
std/haxe/macro/Printer.hx

@@ -26,6 +26,10 @@ import haxe.macro.Expr;
 using Lambda;
 using Lambda;
 using StringTools;
 using StringTools;
 
 
+/**
+	This class provides some utility methods to convert elements from the 
+	macro context to a human-readable String representation.
+*/
 class Printer {
 class Printer {
 	var tabs:String;
 	var tabs:String;
 	var tabString:String;
 	var tabString:String;