[PATCH v3 2/3] global_data.h: add Sphinx documentation

Simon Glass sjg at chromium.org
Mon Oct 12 05:34:42 CEST 2020


On Mon, 5 Oct 2020 at 00:35, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Add the missing Sphinx documentation for struct global_data and
> gd_board_type().
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v3:
>         Avoid duplicate comments: comments replaced by Sphinx documentation
>         should be removed.
> v2:
>         no change
> ---
>  include/asm-generic/global_data.h | 372 +++++++++++++++++++++++++-----
>  1 file changed, 317 insertions(+), 55 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Would it be OK to use single-line comments in some cases?

/** this is a test */

Regards,
Simon


More information about the U-Boot mailing list