Przeglądaj źródła

documentation macro.Printer

Mark Knol 10 lat temu
rodzic
commit
0ae8874bd1
1 zmienionych plików z 4 dodań i 0 usunięć
  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;