Переглянути джерело

[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 роки тому
батько
коміт
dd58734fe3
1 змінених файлів з 1 додано та 0 видалено
  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.
 		information about the position where the `trace()` call was made.
 
 
 		This method can be rebound to a custom function:
 		This method can be rebound to a custom function:
+		
 			var oldTrace = haxe.Log.trace; // store old function
 			var oldTrace = haxe.Log.trace; // store old function
 			haxe.Log.trace = function(v, ?infos) {
 			haxe.Log.trace = function(v, ?infos) {
 			  // handle trace
 			  // handle trace