mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 21:36:28 +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,12 @@
|
||||
* at the top of the source tree.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Inlinable API function macro
|
||||
*/
|
||||
|
||||
#ifndef __ASTERISK_INLINEAPI_H
|
||||
#define __ASTERISK_INLINEAPI_H
|
||||
|
||||
/*
|
||||
/*! \file
|
||||
* \brief Inlinable API function macro
|
||||
|
||||
Small API functions that are candidates for inlining need to be specially
|
||||
declared and defined, to ensure that the 'right thing' always happens.
|
||||
For example:
|
||||
|
Reference in New Issue
Block a user