Message ID | 20240712081359.116227-3-pvorel@suse.cz |
---|---|
State | Accepted |
Headers | show |
Series | lib: Create tst_tmpdir.h | expand |
For both: Reviewed-by: Li Wang <liwang@redhat.com> On Fri, Jul 12, 2024 at 4:14 PM Petr Vorel <pvorel@suse.cz> wrote: > Header created in the previous commit. > > Signed-off-by: Petr Vorel <pvorel@suse.cz> > --- > doc/developers/api_c_tests.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/developers/api_c_tests.rst > b/doc/developers/api_c_tests.rst > index 164f825044..74185c29ec 100644 > --- a/doc/developers/api_c_tests.rst > +++ b/doc/developers/api_c_tests.rst > @@ -37,3 +37,7 @@ Capabilities > libltpswap > ---------- > .. kernel-doc:: ../../include/libswap.h > + > +Temporary directory > +------------------- > +.. kernel-doc:: ../../include/tst_tmpdir.h > -- > 2.45.2 > > > -- > Mailing list info: https://lists.linux.it/listinfo/ltp > >
diff --git a/doc/developers/api_c_tests.rst b/doc/developers/api_c_tests.rst index 164f825044..74185c29ec 100644 --- a/doc/developers/api_c_tests.rst +++ b/doc/developers/api_c_tests.rst @@ -37,3 +37,7 @@ Capabilities libltpswap ---------- .. kernel-doc:: ../../include/libswap.h + +Temporary directory +------------------- +.. kernel-doc:: ../../include/tst_tmpdir.h
Header created in the previous commit. Signed-off-by: Petr Vorel <pvorel@suse.cz> --- doc/developers/api_c_tests.rst | 4 ++++ 1 file changed, 4 insertions(+)