[email protected] writes: > From: Jeff Xu <[email protected]> > > Add documentation for mseal(). > > Signed-off-by: Jeff Xu <[email protected]> > --- > Documentation/userspace-api/mseal.rst | 181 ++++++++++++++++++++++++++ > 1 file changed, 181 insertions(+) > create mode 100644 Documentation/userspace-api/mseal.rst
You need to add this file to index.rst or it won't be part of the docs build. Sphinx should have warned you about that when you did your test build. Thanks, jon
