forked from Mirrors/freeswitch
d70893d808
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4979 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
PROJECT_NAME = "bnf"
|
|
OUTPUT_DIRECTORY = ../docs/html/bnf
|
|
|
|
INPUT = @srcdir@/bnf.docs @srcdir@/sofia-sip @srcdir@ .
|
|
|
|
@INCLUDE_PATH = . @srcdir@
|
|
@INCLUDE = ../docs/Doxyfile.conf
|
|
|
|
TAGFILES += ../docs/su.doxytags=../su
|
|
|
|
GENERATE_TAGFILE = ../docs/bnf.doxytags
|
|
|
|
PREDEFINED += "static="
|
|
|
|
MAX_INITIALIZER_LINES = 2
|