2006-12-21 06:30:28 +00:00
|
|
|
PROJECT_NAME = "nea"
|
|
|
|
OUTPUT_DIRECTORY = ../docs/html/nea
|
|
|
|
|
2008-12-16 18:05:22 +00:00
|
|
|
INPUT = @srcdir@/nea.docs @srcdir@/sofia-sip @srcdir@ .
|
2006-12-21 06:30:28 +00:00
|
|
|
|
2007-04-19 22:28:01 +00:00
|
|
|
@INCLUDE_PATH = . @srcdir@
|
2006-12-21 06:30:28 +00:00
|
|
|
@INCLUDE = ../docs/Doxyfile.conf
|
|
|
|
|
|
|
|
EXCLUDE_PATTERNS = test*.c torture*.c
|
|
|
|
|
|
|
|
TAGFILES += \
|
|
|
|
"../docs/su.doxytags=../su" \
|
|
|
|
"../docs/ipt.doxytags=../ipt" \
|
|
|
|
"../docs/bnf.doxytags=../bnf" \
|
|
|
|
"../docs/url.doxytags=../url" \
|
|
|
|
"../docs/msg.doxytags=../msg" \
|
|
|
|
"../docs/sip.doxytags=../sip" \
|
|
|
|
"../docs/nta.doxytags=../nta"
|
|
|
|
|
|
|
|
GENERATE_TAGFILE = ../docs/nea.doxytags
|
|
|
|
|
|
|
|
ALIASES +=
|