瀏覽代碼

fix haxe.maco.Constant value documentation (#5334)

Missed one! Sorry!
Mark Knol 9 年之前
父節點
當前提交
166b36e32c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/macro/Expr.hx

+ 1 - 1
std/haxe/macro/Expr.hx

@@ -71,7 +71,7 @@ enum Constant {
 	**/
 	CIdent( s : String );
 
-	/*
+	/**
 		Represents a regular expression literal.
 
 		Example: `~/haxe/i`