Browse Source

[std] fix markdown syntax in haxe.Log.trace() docs (#7025)

This empty line is necessary to fix markdown formatting in VSCode hover hints. It seems to work in the API docs, but I don't think this is valid markdown, GitHub's markdown renderer also needs the empty line.
Jens Fischer 7 years ago
parent
commit
dd58734fe3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/haxe/Log.hx

+ 1 - 0
std/haxe/Log.hx

@@ -46,6 +46,7 @@ class Log {
 		information about the position where the `trace()` call was made.
 
 		This method can be rebound to a custom function:
+		
 			var oldTrace = haxe.Log.trace; // store old function
 			haxe.Log.trace = function(v, ?infos) {
 			  // handle trace