Re: [PATCH v8 1/2] docs: Move rustdoc output, cross-reference it
From: Miguel Ojeda
Date: Thu Jul 20 2023 - 15:07:31 EST
On Tue, Jul 18, 2023 at 5:15 PM Carlos Bilbao <carlos.bilbao@xxxxxxx> wrote:
>
> Reviewed-by: Akira Yokosawa <akiyks@xxxxxxxxx>
Just in case: does this Reviewed-by still apply? (and the one in the
other commit)
> +.. only:: rustdoc and html
> +
> + You can also browse `rustdoc documentation <rustdoc/kernel/index.html>`_.
> +
> +.. only:: not rustdoc and html
> +
> + This documentation does not include rustdoc generated information.
> +
(I will move here a couple notes from v7 to avoid losing them, since
we were discussing there and then v8 was sent.)
I would move this to its own commit or to where the variable is
defined, but it is not critical since Carlos confirmed it does not
break the build.
> +# Where to place rustdoc generated documentation
> +rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc
(From v7 too) Should this take into account `BUILDDIR`?
Cheers,
Miguel