浏览代码

Merge pull request #4157 from markknol/patch-2

haxe.macro.Printer class description
Simon Krajewski 10 年之前
父节点
当前提交
69ca46d83b
共有 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 StringTools;
 
+/**
+	This class provides some utility methods to convert elements from the 
+	macro context to a human-readable String representation.
+*/
 class Printer {
 	var tabs:String;
 	var tabString:String;