mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
feat(doxygen): Created simple doxygen config file
This commit is contained in:
parent
2696a9265a
commit
194c55a4c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ build-*-Release
|
||||
build-*-Profile
|
||||
build-*-Debug
|
||||
.DS_Store
|
||||
doc/html/*
|
||||
|
20
doxygen.conf
Normal file
20
doxygen.conf
Normal file
@ -0,0 +1,20 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user