mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4979 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
#
|
||||
# Template for Doxyfile.build
|
||||
#
|
||||
# Copyright (C) 2006 Nokia Corporation
|
||||
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
|
||||
# Licensed under LGPL. See file COPYING.
|
||||
#
|
||||
|
||||
PROJECT_NUMBER = @VERSION@
|
||||
|
||||
INPUT = @srcdir@
|
||||
INPUT += @top_srcdir@/libsofia-sip-ua/su/localinfo.c
|
||||
INPUT += @top_srcdir@/libsofia-sip-ua/su/addrinfo.c
|
||||
INPUT += @top_srcdir@/libsofia-sip-ua/stun/stunc.c
|
||||
|
||||
OUTPUT_DIRECTORY = ../man
|
||||
|
||||
@INCLUDE_PATH = . @srcdir@
|
||||
|
||||
@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.aliases
|
||||
@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.rfc
|
||||
@INCLUDE = Doxyfile
|
||||
@@ -1,12 +1,35 @@
|
||||
#
|
||||
# Template for Doxyfile.
|
||||
# @configure_input@
|
||||
#
|
||||
# Copyright (C) 2006 Nokia Corporation
|
||||
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
|
||||
# Licensed under LGPL. See file COPYING.
|
||||
#
|
||||
|
||||
PROJECT_NAME = "sofia-sip"
|
||||
|
||||
PROJECT_NUMBER = @VERSION@
|
||||
|
||||
INPUT = @srcdir@
|
||||
INPUT += @top_srcdir@/libsofia-sip-ua/su/localinfo.c
|
||||
INPUT += @top_srcdir@/libsofia-sip-ua/su/addrinfo.c
|
||||
INPUT += @top_srcdir@/libsofia-sip-ua/stun/stunc.c
|
||||
|
||||
OUTPUT_DIRECTORY = ../man
|
||||
|
||||
@INCLUDE_PATH = . @srcdir@
|
||||
|
||||
@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.aliases
|
||||
@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.rfc
|
||||
|
||||
FILE_PATTERNS = *.h *.c
|
||||
|
||||
EXCLUDE_PATTERNS = acconfig.h config.h confdefs.h \
|
||||
test*.h test*.c torture*.c *test.c *torture.c \
|
||||
*_tag_dll.c *_tag_ref.c
|
||||
|
||||
TAGFILES =
|
||||
TAGFILES =
|
||||
|
||||
OUTPUT_LANGUAGE = English
|
||||
|
||||
@@ -44,5 +44,3 @@ noinst_HEADERS = apps_utils.h
|
||||
bin_PROGRAMS = sip-options sip-date sip-dig
|
||||
|
||||
LDADD = ../libsofia-sip-ua/libsofia-sip-ua.la $(GLIB_LIBS)
|
||||
|
||||
EXTRA_DIST = Doxyfile
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
* @endcode
|
||||
*
|
||||
* @section sip_dig_environment Environment
|
||||
* SRESOLV_DEBUG, SRESOLV_CONF
|
||||
* #SRESOLV_DEBUG, SRESOLV_CONF
|
||||
*
|
||||
* @section sip_dig_bugs Reporting Bugs
|
||||
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
* @endcode
|
||||
*
|
||||
* @section environment Environment
|
||||
* SIPADDRESS, sip_proxy, NTA_DEBUG, TPORT_DEBUG, TPORT_LOG.
|
||||
* #SIPADDRESS, #sip_proxy, #NTA_DEBUG, #TPORT_DEBUG, #TPORT_LOG.
|
||||
*
|
||||
* @section bugs Reporting Bugs
|
||||
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
|
||||
|
||||
Reference in New Issue
Block a user