mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
More doxygen fun.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@257 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
* switch_platform.h -- Platform Specific Header
|
||||
*
|
||||
*/
|
||||
/*! \file switch_platform.h
|
||||
\brief Platform Specific Header
|
||||
/*! \file switch_platform.h
|
||||
\brief Platform Specific Header
|
||||
*/
|
||||
#ifndef SWITCH_PLATFORM_H
|
||||
#define SWITCH_PLATFORM_H
|
||||
@@ -104,6 +104,12 @@ typedef unsigned long in_addr_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef DOXYGEN
|
||||
#define DoxyDefine(x) x
|
||||
#else
|
||||
#define DoxyDefine(x)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user