From nobody Fri Apr 3 22:13:20 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 223D538645D; Mon, 23 Mar 2026 09:10:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774257059; cv=none; b=lTuJAiTxKYvdWhV36cHz779uQ7dCqAEi8YOy/q1VMfNQeWy7P/KsrOt5jadlkIAr6zR7e9Kd18vJyibl/9XBMqRzXEzAYQ42YHAXGgtC2w3CFe3j12c+IcPYrD5je14nf7EHK+iFD2xbMM/6lJRMMUYPtqcBr8s4798eYD7vWHg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774257059; c=relaxed/simple; bh=sE2ufwJ3Rjh+ZZYr6fE4OW6hNDnKOem4oD9XoiJcCV4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=liVQGwhLVYQwJh9eRImDPRIgagy30zsBj1VdI5GXdnkxylMwTmldJQ1iS6Uph5VGgQjfELBEmxXKnoAen4GBWOE8rhXKP+MBW0j2+cNHnm8WV+MswUYmudXh3UL+3UPx+od1BpZ8X18tgB6Bxg/LBFjNAg5rJ+20zuFHQVnClb8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LSc3LCPD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LSc3LCPD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D250EC4AF0B; Mon, 23 Mar 2026 09:10:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774257058; bh=sE2ufwJ3Rjh+ZZYr6fE4OW6hNDnKOem4oD9XoiJcCV4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LSc3LCPD3bWS00aQpjhk9KQ+0TmI8JFotory9D2S2RKWnH+2KWxklnwXbk3n7BWuX IqwDnC1Am8kiaFrYsccrHHa4yfqY+vBiFUiVGn8zHC09hwXad7EyBV0kBxsxHnu8lE p0Gu7ifW6SyD6Ui1kyHadGLv6ZG+RiGygJxjvBH+h/dJwZq8zqTsA9G5lYsif3tp+0 2Hlc08rToxLnzzx/QrzagBA5FF09Zhc8GGej/iY/McMG4FwVmZBA+PzBW/5pUzXiBB sQnWCn7Y9/TjRjr0n++q76iHdFHAm8wUYtwr6XTKxUsAEfDE0VBeEbUrLhkZ2rVzVz kZw/KCFSMY2iQ== Received: from mchehab by mail.kernel.org with local (Exim 4.99.1) (envelope-from ) id 1w4bJI-00000002yWQ-1pgH; Mon, 23 Mar 2026 10:10:56 +0100 From: Mauro Carvalho Chehab To: Jonathan Corbet , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Shuah Khan Subject: [PATCH 03/10] docs: tools: include kdoc_yaml_file at documentation Date: Mon, 23 Mar 2026 10:10:46 +0100 Message-ID: <32b86abe7acee2dd4f73a35836ec94e8690f04cd.1774256269.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Add an autodoc entry for the new kdoc_yaml_file module. Signed-off-by: Mauro Carvalho Chehab --- Documentation/tools/kdoc_ancillary.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/tools/kdoc_ancillary.rst b/Documentation/tools/k= doc_ancillary.rst index 85f3806a431a..249753744d11 100644 --- a/Documentation/tools/kdoc_ancillary.rst +++ b/Documentation/tools/kdoc_ancillary.rst @@ -53,3 +53,11 @@ Python version ancillary methods :members: :show-inheritance: :undoc-members: + +Write output on YAML file +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D + +.. automodule:: lib.python.kdoc.kdoc_yaml_file + :members: + :show-inheritance: + :undoc-members: --=20 2.53.0