19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
PROJECT_NAME = "nth"
|
|
OUTPUT_DIRECTORY = ../docs/html/nth
|
|
|
|
INPUT = nth.docs sofia-sip .
|
|
|
|
@INCLUDE = ../docs/Doxyfile.conf
|
|
|
|
TAGFILES += \
|
|
"../docs/su.doxytags=../su" \
|
|
"../docs/ipt.doxytags=../ipt" \
|
|
"../docs/bnf.doxytags=../bnf" \
|
|
"../docs/url.doxytags=../url" \
|
|
"../docs/msg.doxytags=../msg" \
|
|
"../docs/http.doxytags=../http" \
|
|
|
|
GENERATE_TAGFILE = ../docs/nth.doxytags
|
|
|
|
ALIASES +=
|