19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
PROJECT_NAME = "http"
|
|
OUTPUT_DIRECTORY = ../docs/html/http
|
|
|
|
INPUT = http.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
|
|
|
|
GENERATE_TAGFILE = ../docs/http.doxytags
|
|
|
|
ALIASES += \
|
|
"HTTP_HEADER=@ingroup http_headers\n@defgroup" \
|