31e6c18151
Order the variables in Doxyfiles as in the template generated by 'doxygen -g'. This doesn't have any functional change, but provides a standard order when adding new variables. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
24 lines
822 B
Plaintext
24 lines
822 B
Plaintext
# SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
@INCLUDE_PATH = @TOP_BUILDDIR@/Documentation
|
|
@INCLUDE = Doxyfile-common
|
|
|
|
HIDE_UNDOC_MEMBERS = YES
|
|
HIDE_UNDOC_CLASSES = YES
|
|
INTERNAL_DOCS = NO
|
|
|
|
INPUT = "@TOP_SRCDIR@/Documentation" \
|
|
${inputs}
|
|
|
|
EXCLUDE = @TOP_SRCDIR@/include/libcamera/base/class.h \
|
|
@TOP_SRCDIR@/include/libcamera/base/object.h \
|
|
@TOP_SRCDIR@/include/libcamera/base/span.h \
|
|
@TOP_SRCDIR@/src/libcamera/base/class.cpp \
|
|
@TOP_SRCDIR@/src/libcamera/base/object.cpp
|
|
|
|
HTML_OUTPUT = api-html
|
|
|
|
PREDEFINED += __DOXYGEN_PUBLIC__
|
|
|
|
GENERATE_TAGFILE = @TOP_BUILDDIR@/Documentation/api-html/tagfile.xml
|