Explorar o código

documentation macro.Printer

Mark Knol %!s(int64=10) %!d(string=hai) anos
pai
achega
0ae8874bd1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;