]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
consistent ifdef for DOXYGEN defined symbols
authorMichael Jerris <mike@jerris.com>
Thu, 19 Apr 2007 18:16:05 +0000 (18:16 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 19 Apr 2007 18:16:05 +0000 (18:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4972 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nta/nta.c
libs/sofia-sip/libsofia-sip-ua/sresolv/sres.c
libs/sofia-sip/libsofia-sip-ua/stun/stun_internal.h
libs/sofia-sip/libsofia-sip-ua/tport/tport_logging.c

index dd69896aa50091ffc3558a0a75f4bd2e5c581dbe..6d61801aa84a7736285e6714a702133d05aa9722 100644 (file)
@@ -1 +1 @@
-Tue Apr 17 11:04:59 CDT 2007
+Tue Apr 19 14:23:59 EDT 2007
index b759787bb1e72bcf3f4bdb02132a2608b431b0fa..5e52577a113ae4ada23b81ce0cabc7b94d1fbe3d 100644 (file)
@@ -292,7 +292,9 @@ union sm_arg_u {
  * 
  * @sa <su_debug.h>, #su_log_global, #SOFIA_DEBUG
  */
-extern char const NTA_DEBUG[];
+#ifdef DOXYGEN
+extern char const NTA_DEBUG[]; /* dummy declaration for Doxygen */
+#endif
 
 #ifndef SU_DEBUG
 #define SU_DEBUG 3
index a0e99fb094d14c8d55851b2f41e28cf8b44ac866..b0aca15a48673a94d70380ecb42f0f614db3511f 100644 (file)
@@ -549,7 +549,6 @@ static int m_get_domain(char *d, int n, sres_message_t *m, uint16_t offset);
 #include <winreg.h>
 #endif
 
-#if DOXYGEN_ONLY
 /**@ingroup sresolv_env
  *
  * Environment variable determining the debug log level for @b sresolv
@@ -560,7 +559,8 @@ static int m_get_domain(char *d, int n, sres_message_t *m, uint16_t offset);
  * 
  * @sa <su_debug.h>, sresolv_log, SOFIA_DEBUG
  */
-extern SRESOLV_DEBUG;
+#ifdef DOXYGEN
+extern char const SRESOLV_DEBUG[]; /* dummy declaration for Doxygen */
 #endif
 
 /**Debug log for @b sresolv module. 
index e40d655d919bf560c24feb91cdfe63badab87fe0..e9b7e9c779e9d748693d96261a7b3ec9d4d1afa0 100644 (file)
@@ -71,7 +71,9 @@
 
 SOFIA_BEGIN_DECLS
 
+#ifdef DOXYGEN
 extern char const STUN_DEBUG[]; /* dummy declaration for Doxygen */
+#endif
 
 /* XXX -- mela: note that this are 100 times too small */
 #if 1
index 9b2d24b49b52c364ba8e1fa730687bbea24db07f..f89023313448a1cc1c65ec7b3c8d3ecb7d0839b1 100644 (file)
@@ -52,7 +52,9 @@
  * 
  * @sa TPORT_DUMP, TPORT_DEBUG, tport_log
  */
+#ifdef DOXYGEN
 extern char const TPORT_LOG[]; /* dummy declaration for Doxygen */
+#endif
 
 /**@var TPORT_DUMP
  *
@@ -64,7 +66,9 @@ extern char const TPORT_LOG[];        /* dummy declaration for Doxygen */
  * 
  * @sa TPORT_LOG, TPORT_DEBUG, tport_log
  */
+#ifdef DOXYGEN
 extern char const TPORT_DUMP[];        /* dummy declaration for Doxygen */
+#endif
 
 /**@var TPORT_DEBUG
  *
@@ -75,7 +79,9 @@ extern char const TPORT_DUMP[];       /* dummy declaration for Doxygen */
  * 
  * @sa <su_debug.h>, tport_log, SOFIA_DEBUG
  */
+#ifdef DOXYGEN
 extern char const TPORT_DEBUG[]; /* dummy declaration for Doxygen */
+#endif
 
 /**Debug log for @b tport module. 
  *