20 lines
474 B
Plaintext
20 lines
474 B
Plaintext
PROJECT_NAME = "nth"
|
|
OUTPUT_DIRECTORY = ../docs/html/nth
|
|
|
|
INPUT = @srcdir@/nth.docs @srcdir@/sofia-sip @srcdir@ .
|
|
|
|
@INCLUDE_PATH = . @srcdir@
|
|
@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 +=
|