mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
357 B
20 lines
357 B
# General |
|
PROJECT_NAME = qTox |
|
EXTRACT_ALL = YES |
|
EXTRACT_PRIVATE = YES |
|
SOURCE_BROWSER = YES |
|
GENERATE_TODOLIST = YES |
|
GENERATE_TESTLIST = YES |
|
|
|
# Input |
|
INPUT = src |
|
FILE_PATTERNS = *.h *.cpp |
|
RECURSIVE = YES |
|
|
|
# Output |
|
OUTPUT_DIRECTORY = doc |
|
OUTPUT_LANGUAGE = English |
|
|
|
GENERATE_LATEX = NO |
|
GENERATE_HTML = YES |
|
HTML_OUTPUT = html
|
|
|