mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
Doxygen documentation update from oej (issue #5505)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user