Explorar o código

Merge pull request #4157 from markknol/patch-2

haxe.macro.Printer class description
Simon Krajewski %!s(int64=10) %!d(string=hai) anos
pai
achega
69ca46d83b
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;