Documentation: Align Doxyfile.in style with doxygen
Align the style of Doxyfile.in with the `doxygen -g` output, to minimize diffs in the future when updating the file with `doxygen -u`. This includes - Replacing tabs with spaces - Replacing += with \ to continue lines - Dropping the \ on the last line of an option Also update the Doxygen version number to indicate that the file has been updated to v1.9.5, even if no modification to the options in use were needed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
836a2059f8
commit
084799bcad
1 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
||||||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
# Doxyfile 1.8.14
|
# Doxyfile 1.9.5
|
||||||
|
|
||||||
PROJECT_NAME = "libcamera"
|
PROJECT_NAME = "libcamera"
|
||||||
PROJECT_NUMBER = "@VERSION@"
|
PROJECT_NUMBER = "@VERSION@"
|
||||||
|
@ -9,9 +9,9 @@ OUTPUT_DIRECTORY = Documentation
|
||||||
|
|
||||||
STRIP_FROM_PATH = "@TOP_SRCDIR@"
|
STRIP_FROM_PATH = "@TOP_SRCDIR@"
|
||||||
|
|
||||||
ALIASES = "context=\xrefitem context \"Thread Safety\" \"Thread Safety\""
|
ALIASES = "context=\xrefitem context \"Thread Safety\" \"Thread Safety\"" \
|
||||||
ALIASES += "threadbound=\ref thread-bound \"thread-bound\""
|
"threadbound=\ref thread-bound \"thread-bound\"" \
|
||||||
ALIASES += "threadsafe=\ref thread-safe \"thread-safe\""
|
"threadsafe=\ref thread-safe \"thread-safe\""
|
||||||
|
|
||||||
EXTENSION_MAPPING = h=C++
|
EXTENSION_MAPPING = h=C++
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ EXCLUDE_PATTERNS = @TOP_BUILDDIR@/include/libcamera/ipa/*_serializer.h \
|
||||||
@TOP_BUILDDIR@/include/libcamera/ipa/ipu3_*.h \
|
@TOP_BUILDDIR@/include/libcamera/ipa/ipu3_*.h \
|
||||||
@TOP_BUILDDIR@/include/libcamera/ipa/raspberrypi_*.h \
|
@TOP_BUILDDIR@/include/libcamera/ipa/raspberrypi_*.h \
|
||||||
@TOP_BUILDDIR@/include/libcamera/ipa/rkisp1_*.h \
|
@TOP_BUILDDIR@/include/libcamera/ipa/rkisp1_*.h \
|
||||||
@TOP_BUILDDIR@/include/libcamera/ipa/vimc_*.h \
|
@TOP_BUILDDIR@/include/libcamera/ipa/vimc_*.h
|
||||||
|
|
||||||
EXCLUDE_SYMBOLS = libcamera::BoundMethodArgs \
|
EXCLUDE_SYMBOLS = libcamera::BoundMethodArgs \
|
||||||
libcamera::BoundMethodBase \
|
libcamera::BoundMethodBase \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue