From ab168dd878167b5cf639de9060da609785bbffac Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 12 Dec 2007 14:06:31 +0000 Subject: [PATCH] Add doxygen comment in pj_log_func() to inform that the data is NULL terminated git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1627 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjlib/include/pj/log.h b/pjlib/include/pj/log.h index c04a3adb2..0870708e0 100644 --- a/pjlib/include/pj/log.h +++ b/pjlib/include/pj/log.h @@ -108,7 +108,7 @@ enum pj_log_decoration * write the actual log message to some output device. * * @param level Log level. - * @param data Log message. + * @param data Log message, which will be NULL terminated. * @param len Message length. */ typedef void pj_log_func(int level, const char *data, int len);