forked from Mirrors/freeswitch
d8c4d22d40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10802 d0543943-73ff-0310-b7d9-9358b9ac24b2
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
PROJECT_NAME = "soa"
|
|
OUTPUT_DIRECTORY = ../docs/html/soa
|
|
|
|
INPUT = @srcdir@/soa.docs @srcdir@/sofia-sip/soa.h
|
|
INPUT += @srcdir@/sofia-sip/soa_add.h @srcdir@/soa.c
|
|
INPUT += @srcdir@/sofia-sip/soa_tag.h @srcdir@/soa_tag.c
|
|
|
|
@INCLUDE_PATH = . @srcdir@
|
|
@INCLUDE = ../docs/Doxyfile.conf
|
|
|
|
TAGFILES += ../docs/docs.doxytags=../docs
|
|
TAGFILES += ../docs/su.doxytags=../su
|
|
TAGFILES += ../docs/ipt.doxytags=../ipt
|
|
TAGFILES += ../docs/bnf.doxytags=../bnf
|
|
TAGFILES += ../docs/url.doxytags=../url
|
|
TAGFILES += ../docs/msg.doxytags=../msg
|
|
TAGFILES += ../docs/sip.doxytags=../sip
|
|
TAGFILES += ../docs/sresolv.doxytags=../sresolv
|
|
TAGFILES += ../docs/tport.doxytags=../tport
|
|
TAGFILES += ../docs/nta.doxytags=../nta
|
|
TAGFILES += ../docs/sdp.doxytags=../sdp
|
|
TAGFILES += ../docs/nua.doxytags=../nua
|
|
|
|
GENERATE_TAGFILE = ../docs/soa.doxytags
|
|
|
|
ALIASES += soa="@ref index \"soa\""
|
|
# When GENERATE_TAGFILE=YES, we should use \ref main
|
|
#ALIASES += soa="@ref main \"soa\""
|
|
|
|
@INCLUDE = ../sip/sip.doxyaliases
|