17 lines
338 B
Plaintext
17 lines
338 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
|
||
|
|
||
|
GENERATE_TAGFILE = ../docs/tport.doxytags
|
||
|
|
||
|
EXCLUDE_PATTERNS += test_*.[hc] torture_*.[hc]
|
||
|
|
||
|
ALIASES +=
|