forked from Mirrors/freeswitch
d70893d808
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4979 d0543943-73ff-0310-b7d9-9358b9ac24b2
23 lines
558 B
Plaintext
23 lines
558 B
Plaintext
PROJECT_NAME = "nea"
|
|
OUTPUT_DIRECTORY = ../docs/html/nea
|
|
|
|
INPUT = @srcdir@/nea.docs @srcdir@/sofia-sip @srcdir@ .
|
|
|
|
@INCLUDE_PATH = . @srcdir@
|
|
@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 +=
|