File: Doxyfile.in

package info (click to toggle)
libnitrokey 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: cpp: 6,246; python: 2,095; ansic: 255; makefile: 59; sh: 57
file content (17 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (6)
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