More doxygen fun.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@257 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-01-02 22:36:01 +00:00
parent 5eb15f329e
commit e29d980b68
4 changed files with 458 additions and 58 deletions
+8 -2
View File
@@ -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