summaryrefslogtreecommitdiff
path: root/main/stasis_message.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/stasis_message.c')
-rw-r--r--main/stasis_message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/stasis_message.c b/main/stasis_message.c
index 8d397b935..8d2373f4d 100644
--- a/main/stasis_message.c
+++ b/main/stasis_message.c
@@ -35,7 +35,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/stasis.h"
#include "asterisk/utils.h"
-/*! \private */
+/*! \internal */
struct stasis_message_type {
char *name;
};
@@ -70,7 +70,7 @@ const char *stasis_message_type_name(const struct stasis_message_type *type)
return type->name;
}
-/*! \private */
+/*! \internal */
struct stasis_message {
/*! Time the message was created */
struct timeval timestamp;