aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/mod_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/mod_format.h')
-rw-r--r--include/asterisk/mod_format.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asterisk/mod_format.h b/include/asterisk/mod_format.h
index fad351335..c51bf681c 100644
--- a/include/asterisk/mod_format.h
+++ b/include/asterisk/mod_format.h
@@ -31,8 +31,9 @@
extern "C" {
#endif
-/*!
- * Each supported file format is described by the following fields.
+/*! \brief
+ * Each supported file format is described by the following structure.
+ *
* Not all are necessary, the support routine implement default
* values for some of them.
* A handler typically fills a structure initializing the desired
@@ -91,7 +92,7 @@ struct ast_format {
struct ast_module *module;
};
-/*!
+/*! \brief
* This structure is allocated by file.c in one chunk,
* together with buf_size and desc_size bytes of memory
* to be used for private purposes (e.g. buffers etc.)