]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix oversights in recent doxygen commit
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 6 Apr 2006 03:09:26 +0000 (03:09 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 6 Apr 2006 03:09:26 +0000 (03:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1061 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/Doxygen.conf
src/include/switch_rtp.h
src/include/switch_stun.h

index acc6a3077982bfb14a67900229a9a27cafef7637..2d8fc3bd4bf692570a233747593a5309e55ae234 100644 (file)
@@ -83,7 +83,7 @@ WARN_LOGFILE           =
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ../src 
+INPUT                  = ../src ../src/include 
 FILE_PATTERNS          = *.c \
                          *.cc \
                          *.cxx \
@@ -111,7 +111,7 @@ FILE_PATTERNS          = *.c \
                          *.mm \
                          *.dox \
                          *.py
-RECURSIVE              = YES
+RECURSIVE              = NO
 EXCLUDE                = 
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = 
@@ -125,7 +125,7 @@ FILTER_SOURCE_FILES    = NO
 #---------------------------------------------------------------------------
 # configuration options related to source browsing
 #---------------------------------------------------------------------------
-SOURCE_BROWSER         = YES
+SOURCE_BROWSER         = NO
 INLINE_SOURCES         = YES
 STRIP_CODE_COMMENTS    = YES
 REFERENCED_BY_RELATION = YES
index 2be7d9116e244730a0bfd20d8d221d8c78f0f95c..375cdec0d3b8ce0bcd96b82d2f881d43f63e55c1 100644 (file)
@@ -142,6 +142,7 @@ SWITCH_DECLARE(int) switch_rtp_read(switch_rtp *rtp_session, void *data, uint32_
   \brief Read data from a given RTP session without copying
   \param rtp_session the RTP session to read from
   \param data a pointer to point directly to the RTP read buffer
+  \param payload_type the inia payload of the packet
   \return the number of bytes read
 */
 SWITCH_DECLARE(int) switch_rtp_zerocopy_read(switch_rtp *rtp_session, void **data, int *payload_type);
index a48023576660f4629c594bb6646f108e8bc5b7f1..213edd81fe43f0d8d5d0dcb2431c8abb1fce8fae 100644 (file)
@@ -201,6 +201,8 @@ SWITCH_DECLARE(uint8_t) switch_stun_packet_attribute_add_binded_address(switch_s
   \param ip the local ip to use (replaced with stun results)
   \param port the local port to use (replaced with stun results)
   \param stunip the ip of the stun server
+  \param stunport the port of the stun server
+  \param err a pointer to describe errors
   \param pool the memory pool to use
   \return SUCCESS or FAIL
 */