Re: [PATCH v17 28/47] dept: add documentation for dept
From: Jonathan Corbet
Date: Fri Oct 03 2025 - 01:37:00 EST
Byungchul Park <byungchul@xxxxxx> writes:
> This document describes the concept and APIs of dept.
>
> Signed-off-by: Byungchul Park <byungchul@xxxxxx>
> ---
> Documentation/dependency/dept.txt | 735 ++++++++++++++++++++++++++
> Documentation/dependency/dept_api.txt | 117 ++++
> 2 files changed, 852 insertions(+)
> create mode 100644 Documentation/dependency/dept.txt
> create mode 100644 Documentation/dependency/dept_api.txt
As already suggested, this should be in RST; you're already 95% of the
way there. Also, please put it under Documentation/dev-tools; we don't
need another top-level directory for this.
Thanks,
jon