From 59221434aa59bdc7f969a8105218c9d77c177759 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 12 Dec 2007 14:06:31 +0000 Subject: Add doxygen comment in pj_log_func() to inform that the data is NULL terminated git-svn-id: http://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 c04a3adb..0870708e 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); -- cgit v1.2.3