forked from Nitrokey/libnitrokey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoxyfile.in
More file actions
17 lines (16 loc) · 735 Bytes
/
Doxyfile.in
File metadata and controls
17 lines (16 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# For better readability, the documentation and default settings are removed
# from this file. For more information on the Doxygen configuration, generate
# a new Doxyfile using `doxygen -g` or have a look at the Doxygen manual at
# http://www.doxygen.nl/manual/config.html
#
# This file is processed by CMake. To generate the documentation, run `make
# doc` in the build directory.
PROJECT_NAME = "@CMAKE_PROJECT_NAME@"
PROJECT_NUMBER = "@PROJECT_VERSION@"
PROJECT_BRIEF =
OUTPUT_DIRECTORY = doc
STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@
JAVADOC_AUTOBRIEF = YES
OPTIMIZE_OUTPUT_FOR_C = YES
WARN_NO_PARAMDOC = YES
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/NK_C_API.h