-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
26 lines (23 loc) · 900 Bytes
/
Doxyfile
File metadata and controls
26 lines (23 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Limbus - A cross-platform multimedia library.
# Written in 2014 by Jesper Oskarsson jesosk@gmail.com
#
# To the extent possible under law, the author(s) have dedicated all copyright
# and related and neighboring rights to this software to the public domain worldwide.
# This software is distributed without any warranty.
#
# You should have received a copy of the CC0 Public Domain Dedication along with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
PROJECT_NAME = Limbus
PROJECT_NUMBER = 0.1
OUTPUT_DIRECTORY = doc/
BRIEF_MEMBER_DESC = YES
JAVADOC_AUTOBRIEF = YES
TAB_SIZE = 4
OPTIMIZE_OUTPUT_FOR_C = YES
EXTRACT_ALL = YES
SORT_MEMBER_DOCS = NO
INPUT = source/ include/
FILE_PATTERNS = *.c *.h
RECURSIVE = YES
SOURCE_BROWSER = YES
GENERATE_LATEX = NO