소스 검색

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;