summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-08-02 09:59:32 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-08-02 09:59:32 +0000
commit8d5a0c465d07037bd800d0369a0cfdb72d9e49dd (patch)
tree8788b73c01f6729e75a1fbbf937b6e7323a2fab9
parent0d94951e856b6f963b75f888eb7aa7428075a6d0 (diff)
Re #1945 (misc): Fixed missing doxygen group doc for SIP transport TCP.
Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5404 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/docs/doxygen.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/docs/doxygen.cfg b/pjsip/docs/doxygen.cfg
index e3e6dc9f..79066f71 100644
--- a/pjsip/docs/doxygen.cfg
+++ b/pjsip/docs/doxygen.cfg
@@ -846,6 +846,7 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = PJ_DECL(x)=x PJ_DEF(x)=x PJ_IDECL(x)=x \
PJ_IDEF(x)=x PJ_INLINE(x)=x PJ_DECL_DATA(x)=x \
+ PJ_HAS_TCP=1 \
PJMEDIA_HAS_SRTP=1 \
PJMEDIA_STREAM_ENABLE_KA=1