-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile
More file actions
57 lines (46 loc) · 1.55 KB
/
Doxyfile
File metadata and controls
57 lines (46 loc) · 1.55 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2025 Georgi Georgiev, Samsa Ltd. <georgi@samsa.io>
#
# qudev - Qt wrapper around libudev
#
# This file is part of the qudev project.
# See the LICENSE file in the project root for full license text.
#------------------------------------------------------------------------------
# Doxyfile for the qudev project
#------------------------------------------------------------------------------
# Basic project info
PROJECT_NAME = "qudev"
PROJECT_BRIEF = "Qt wrapper around libudev + QML viewer"
PROJECT_NUMBER = "1.0"
# Use the README as the main page if present
USE_MDFILE_AS_MAINPAGE = README.md
# Input configuration
INPUT = include src examples
RECURSIVE = YES
FILE_PATTERNS = *.h \
*.cpp \
*.qml
# You can restrict what gets documented; for now we only want public API docs
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_ANON_NSPACES = NO
# Treat Qt-style comments nicely
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
# Source browsing
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
# Warnings (tweak as you like)
WARN_IF_UNDOCUMENTED = NO
WARN_IF_DOC_ERROR = YES
# Output format
GENERATE_HTML = YES
HTML_OUTPUT = docs/html
GENERATE_LATEX = NO
# Misc
QUIET = NO
WARN_LOGFILE =