mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
ad36f2a9f3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3888 d0543943-73ff-0310-b7d9-9358b9ac24b2
20 lines
433 B
Plaintext
20 lines
433 B
Plaintext
PROJECT_NAME = "tport"
|
|
OUTPUT_DIRECTORY = ../docs/html/tport
|
|
|
|
INPUT = tport.docs sofia-sip .
|
|
|
|
@INCLUDE = ../docs/Doxyfile.conf
|
|
|
|
TAGFILES += \
|
|
../docs/su.doxytags=../su \
|
|
../docs/msg.doxytags=../msg \
|
|
../docs/nth.doxytags=../nth \
|
|
../docs/nta.doxytags=../nta \
|
|
../docs/nua.doxytags=../nua \
|
|
|
|
GENERATE_TAGFILE = ../docs/tport.doxytags
|
|
|
|
EXCLUDE_PATTERNS += test_*.[hc] torture_*.[hc]
|
|
|
|
ALIASES +=
|