mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
A lot of doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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.)
|
||||
|
Reference in New Issue
Block a user