OSDN Git Service

docs: Use :internal: for include/drm/drm_syncobj.h
authorJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 20:42:39 +0000 (14:42 -0600)
committerJonathan Corbet <corbet@lwn.net>
Sun, 23 Jul 2017 22:06:36 +0000 (16:06 -0600)
commit23924e31037a08d89a9da25dbe5ac6c0233d86e4
tree14b6eade9b03a28c75133b30067a86314eba9572
parent5ee5432b045a7e0fb8b72c196ae3d7077c6111eb
docs: Use :internal: for include/drm/drm_syncobj.h

Documentation/gpu/drm-mm.rst includes from include/drm/drm_syncobj.h with
:export:, but this is a header file without export directives.  That
results in this warning:

    ./include/drm/drm_syncobj.h:1: warning: no structured comments found

...and a failure to obtain the documentation from that file.  Switch to
:internal: instead to make both problems go away.

Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/gpu/drm-mm.rst