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 +=
|