Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
ef6441cb
Commit
ef6441cb
authored
Feb 27, 2008
by
Michael Jerris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen ifdefs
darcs-hash:20080227211411-16063-063461c03e8b9bc2ee48f08264796110916ba6a8.gz
parent
00e22188
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
libsofia-sip-ua/nta/nta.c
libsofia-sip-ua/nta/nta.c
+3
-1
libsofia-sip-ua/sresolv/sres.c
libsofia-sip-ua/sresolv/sres.c
+2
-2
libsofia-sip-ua/stun/stun_internal.h
libsofia-sip-ua/stun/stun_internal.h
+2
-0
libsofia-sip-ua/tport/tport_logging.c
libsofia-sip-ua/tport/tport_logging.c
+6
-0
No files found.
libsofia-sip-ua/nta/nta.c
View file @
ef6441cb
...
...
@@ -279,7 +279,9 @@ union sm_arg_u {
*
* @sa <sofia-sip/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
...
...
libsofia-sip-ua/sresolv/sres.c
View file @
ef6441cb
...
...
@@ -553,7 +553,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
...
...
@@ -564,7 +563,8 @@ static int m_get_domain(char *d, int n, sres_message_t *m, uint16_t offset);
*
* @sa <sofia-sip/su_debug.h>, sresolv_log, SOFIA_DEBUG
*/
extern
SRESOLV_DEBUG
;
#ifdef DOXYGEN
extern
char
const
SRESOLV_DEBUG
[];
/* dummy declaration for Doxygen */
#endif
#ifndef SU_DEBUG
...
...
libsofia-sip-ua/stun/stun_internal.h
View file @
ef6441cb
...
...
@@ -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
...
...
libsofia-sip-ua/tport/tport_logging.c
View file @
ef6441cb
...
...
@@ -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 <sofia-sip/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.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment