23 lines
599 B
Plaintext
23 lines
599 B
Plaintext
#
|
|
# Template for Doxyfile.build
|
|
#
|
|
# Copyright (C) 2006 Nokia Corporation
|
|
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
|
|
# Licensed under LGPL. See file COPYING.
|
|
#
|
|
|
|
PROJECT_NUMBER = @VERSION@
|
|
|
|
INPUT = @srcdir@
|
|
INPUT += @top_srcdir@/libsofia-sip-ua/su/localinfo.c
|
|
INPUT += @top_srcdir@/libsofia-sip-ua/su/addrinfo.c
|
|
INPUT += @top_srcdir@/libsofia-sip-ua/stun/stunc.c
|
|
|
|
OUTPUT_DIRECTORY = ../man
|
|
|
|
@INCLUDE_PATH = . @srcdir@
|
|
|
|
@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.aliases
|
|
@INCLUDE = ../libsofia-sip-ua/docs/Doxyfile.rfc
|
|
@INCLUDE = Doxyfile
|