From patchwork Sat Jan 12 14:46:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 219 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D46E360B2E for ; Sat, 12 Jan 2019 15:46:29 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (dfj612yhrgyx302h3jwwy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:ce28:277f:58d7:3ca4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 77A5953E for ; Sat, 12 Jan 2019 15:46:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1547304389; bh=5R9epvHQ83x3CW2ZQqwXMDsM7EqXMPlUbjl7DXCxCPo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eOQyNdeifP2NMpegIl8M/qDfW9vdwXgH2zaQo1OHYgytXoJnnSIPamRcZXGoq05aC pf7Fn9RP14IsPbaDde96+nLEPSOk0hq7eNnaYVnxq/gqhXmGSSNrsVQP354aL8Rbat Yk8i8+r/lf+jGh1IQIxHEyA2MQE9uBKvVB6ExtcE= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Sat, 12 Jan 2019 16:46:19 +0200 Message-Id: <20190112144619.5816-4-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190112144619.5816-1-laurent.pinchart@ideasonboard.com> References: <20190112144619.5816-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 3/3] Documentation: Exclude pipeline handlers directory X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2019 14:46:30 -0000 The pipeline handlers don't define APIs, neither public not internal. There is thus no need to generate Doxygen documentation from thoses classes. Add them to the EXCLUDE files pattern. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- Documentation/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 5c0d87baac9c..dd74b7295d50 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -833,7 +833,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = ../src/libcamera/pipeline/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded