Explorar o código

Little doc fix

Joachim Meyer %!s(int64=11) %!d(string=hai) anos
pai
achega
52a22c0c44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Core/Contents/Include/PolyLogger.h

+ 1 - 1
Core/Contents/Include/PolyLogger.h

@@ -54,7 +54,7 @@ namespace Polycode {
 
 			/**
 			* Logs information to the console or debug window of VS (only available if compiled as debug)
-			* @param format c-strings to log, put the params into the first using: "%s", 2. param is set as 1. %s, 3. param is set as 2. %s, and so on
+			* @param format c-strings to log, put the params into the first using the formatting of printf (reference: http://www.cplusplus.com/reference/cstdio/printf/)
 			*/
 			static void log(const char *format, ...);