[{"id":24861,"web_url":"https://patchwork.libcamera.org/comment/24861/","msgid":"<166194082329.15972.2270366572431520237@Monstersaurus>","date":"2022-08-31T10:13:43","subject":"Re: [libcamera-devel] [PATCH 2/2] Documentation: Align Doxyfile.in\n\tstyle with doxygen","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Laurent Pinchart via libcamera-devel (2022-08-30 13:19:06)\n> Align the style of Doxyfile.in with the `doxygen -g` output, to minimize\n> diffs in the future when updating the file with `doxygen -u`. This\n> includes\n> \n> - Replacing tabs with spaces\n> - Replacing += with \\ to continue lines\n> - Dropping the \\ on the last line of an option\n> \n> Also update the Doxygen version number to indicate that the file has\n> been updated to v1.9.5, even if no modification to the options in use\n> were needed.\n> \n> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\n> ---\n>  Documentation/Doxyfile.in | 38 +++++++++++++++++++-------------------\n>  1 file changed, 19 insertions(+), 19 deletions(-)\n> \n> diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\n> index 0011b82f2353..88dfcddaebf6 100644\n> --- a/Documentation/Doxyfile.in\n> +++ b/Documentation/Doxyfile.in\n> @@ -1,5 +1,5 @@\n>  # SPDX-License-Identifier: CC-BY-SA-4.0\n> -# Doxyfile 1.8.14\n> +# Doxyfile 1.9.5\n>  \n>  PROJECT_NAME           = \"libcamera\"\n>  PROJECT_NUMBER         = \"@VERSION@\"\n> @@ -9,9 +9,9 @@ OUTPUT_DIRECTORY       = Documentation\n>  \n>  STRIP_FROM_PATH        = \"@TOP_SRCDIR@\"\n>  \n> -ALIASES                = \"context=\\xrefitem context \\\"Thread Safety\\\" \\\"Thread Safety\\\"\"\n> -ALIASES               += \"threadbound=\\ref thread-bound \\\"thread-bound\\\"\"\n> -ALIASES               += \"threadsafe=\\ref thread-safe \\\"thread-safe\\\"\"\n> +ALIASES                = \"context=\\xrefitem context \\\"Thread Safety\\\" \\\"Thread Safety\\\"\" \\\n> +                         \"threadbound=\\ref thread-bound \\\"thread-bound\\\"\" \\\n> +                         \"threadsafe=\\ref thread-safe \\\"thread-safe\\\"\"\n>  \n>  EXTENSION_MAPPING      = h=C++\n>  \n> @@ -23,10 +23,10 @@ QUIET                  = YES\n>  \n>  INPUT                  = \"@TOP_SRCDIR@/include/libcamera\" \\\n>                           \"@TOP_SRCDIR@/src/ipa/ipu3\" \\\n> -                        \"@TOP_SRCDIR@/src/ipa/libipa\" \\\n> -                        \"@TOP_SRCDIR@/src/libcamera\" \\\n> -                        \"@TOP_BUILDDIR@/include/libcamera\" \\\n> -                        \"@TOP_BUILDDIR@/src/libcamera\"\n> +                         \"@TOP_SRCDIR@/src/ipa/libipa\" \\\n> +                         \"@TOP_SRCDIR@/src/libcamera\" \\\n> +                         \"@TOP_BUILDDIR@/include/libcamera\" \\\n> +                         \"@TOP_BUILDDIR@/src/libcamera\"\n>  \n>  FILE_PATTERNS          = *.c \\\n>                           *.cpp \\\n> @@ -35,23 +35,23 @@ FILE_PATTERNS          = *.c \\\n>  RECURSIVE              = YES\n>  \n>  EXCLUDE                = @TOP_SRCDIR@/include/libcamera/base/span.h \\\n> -                        @TOP_SRCDIR@/include/libcamera/internal/device_enumerator_sysfs.h \\\n> -                        @TOP_SRCDIR@/include/libcamera/internal/device_enumerator_udev.h \\\n> -                        @TOP_SRCDIR@/include/libcamera/internal/ipc_pipe_unixsocket.h \\\n> -                        @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \\\n> -                        @TOP_SRCDIR@/src/libcamera/device_enumerator_udev.cpp \\\n> -                        @TOP_SRCDIR@/src/libcamera/ipc_pipe_unixsocket.cpp \\\n> -                        @TOP_SRCDIR@/src/libcamera/pipeline/ \\\n> -                        @TOP_SRCDIR@/src/libcamera/tracepoints.cpp \\\n> -                        @TOP_BUILDDIR@/include/libcamera/internal/tracepoints.h \\\n> -                        @TOP_BUILDDIR@/src/libcamera/proxy/\n> +                         @TOP_SRCDIR@/include/libcamera/internal/device_enumerator_sysfs.h \\\n> +                         @TOP_SRCDIR@/include/libcamera/internal/device_enumerator_udev.h \\\n> +                         @TOP_SRCDIR@/include/libcamera/internal/ipc_pipe_unixsocket.h \\\n> +                         @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \\\n> +                         @TOP_SRCDIR@/src/libcamera/device_enumerator_udev.cpp \\\n> +                         @TOP_SRCDIR@/src/libcamera/ipc_pipe_unixsocket.cpp \\\n> +                         @TOP_SRCDIR@/src/libcamera/pipeline/ \\\n> +                         @TOP_SRCDIR@/src/libcamera/tracepoints.cpp \\\n> +                         @TOP_BUILDDIR@/include/libcamera/internal/tracepoints.h \\\n> +                         @TOP_BUILDDIR@/src/libcamera/proxy/\n>  \n>  EXCLUDE_PATTERNS       = @TOP_BUILDDIR@/include/libcamera/ipa/*_serializer.h \\\n>                           @TOP_BUILDDIR@/include/libcamera/ipa/*_proxy.h \\\n>                           @TOP_BUILDDIR@/include/libcamera/ipa/ipu3_*.h \\\n>                           @TOP_BUILDDIR@/include/libcamera/ipa/raspberrypi_*.h \\\n>                           @TOP_BUILDDIR@/include/libcamera/ipa/rkisp1_*.h \\\n> -                         @TOP_BUILDDIR@/include/libcamera/ipa/vimc_*.h \\\n> +                         @TOP_BUILDDIR@/include/libcamera/ipa/vimc_*.h\n>  \n>  EXCLUDE_SYMBOLS        = libcamera::BoundMethodArgs \\\n>                           libcamera::BoundMethodBase \\\n> -- \n> Regards,\n> \n> Laurent Pinchart\n>","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 3F47DC0DA4\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 31 Aug 2022 10:13:47 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 02BB961FC0;\n\tWed, 31 Aug 2022 12:13:47 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B376C61F9F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 31 Aug 2022 12:13:45 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 3B7C4481;\n\tWed, 31 Aug 2022 12:13:45 +0200 (CEST)"],"DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1661940827;\n\tbh=I0DMBFVdVpC9+onDk4r2250UUuoiWtHPN0Dyl9/eqWs=;\n\th=In-Reply-To:References:To:Date:Subject:List-Id:List-Unsubscribe:\n\tList-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:\n\tFrom;\n\tb=t15hLBuYiYB089hxbEVdnjNxz3clwrenm511PS3pSmeyj9rqsfYoPfKsi/k0N4lr8\n\tdhF97FCdilEbeuv4xU0cIOkix8LlRyf48VVoNSWnUt17ci92NptVKn04Ul+RF6vE9C\n\tvEGhQIZfqX33ik8bFOwxCqENiCpcFBeOVWDuQrx4Bdserz5uQ0BMpVtKwSfR8iZ3sg\n\tCRTDyir1gDF1xEA/pl2DIH/20nrnLCfV6HoIhbwCkuBbU0WoM6ZvHAFrTVMpbvDmdR\n\taNCukbFjQRSgCDDpEilaEz47Xyyo627TFdl6pi25gekN9bb5mfQLWVyDZGULmIOglR\n\tpVNAUojZ8hJsQ==","v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1661940825;\n\tbh=I0DMBFVdVpC9+onDk4r2250UUuoiWtHPN0Dyl9/eqWs=;\n\th=In-Reply-To:References:Subject:From:To:Date:From;\n\tb=XXE9N/QRNrVZzELV+U5NW193CA8wWYDoVyQ3hNW6mTnbQdY4rauSKJrtFrK2WmFi7\n\ty60bi56xxlHozTk7PR2KpoUdQp1L+GrC+x0FUpmgFCh5jYGzSC9ZmSddZQpTH+i4Na\n\tb8ZWa+H08dwCtFZVHLudQjTXy5S4i3ekTrjblMxg="],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"XXE9N/QR\"; dkim-atps=neutral","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<20220830121906.25364-3-laurent.pinchart@ideasonboard.com>","References":"<20220830121906.25364-1-laurent.pinchart@ideasonboard.com>\n\t<20220830121906.25364-3-laurent.pinchart@ideasonboard.com>","To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>,\n\tlibcamera-devel@lists.libcamera.org","Date":"Wed, 31 Aug 2022 11:13:43 +0100","Message-ID":"<166194082329.15972.2270366572431520237@Monstersaurus>","User-Agent":"alot/0.10","Subject":"Re: [libcamera-devel] [PATCH 2/2] Documentation: Align Doxyfile.in\n\tstyle with doxygen","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","From":"Kieran Bingham via libcamera-devel\n\t<libcamera-devel@lists.libcamera.org>","Reply-To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]