ソースを参照

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;