aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/image.h')
-rwxr-xr-xinclude/asterisk/image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/image.h b/include/asterisk/image.h
index b4044c974..1b29b1daa 100755
--- a/include/asterisk/image.h
+++ b/include/asterisk/image.h
@@ -16,14 +16,14 @@
* at the top of the source tree.
*/
-/*
- * General Asterisk channel definitions.
+/*! \file
+ * \brief General Asterisk channel definitions for image handling
*/
#ifndef _ASTERISK_IMAGE_H
#define _ASTERISK_IMAGE_H
-/*! structure associated with registering an image format */
+/*! \brief structure associated with registering an image format */
struct ast_imager {
/*! Name */
char *name;