Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1689476 > unrolled thread

[PATCH 7/7] docs: Use :internal: for include/drm/drm_syncobj.h

Started byJonathan Corbet <corbet@lwn.net>
First post2017-07-17 23:10 +0200
Last post2017-07-17 23:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 7/7] docs: Use :internal: for include/drm/drm_syncobj.h Jonathan Corbet <corbet@lwn.net> - 2017-07-17 23:10 +0200

#1689476 — [PATCH 7/7] docs: Use :internal: for include/drm/drm_syncobj.h

FromJonathan Corbet <corbet@lwn.net>
Date2017-07-17 23:10 +0200
Subject[PATCH 7/7] docs: Use :internal: for include/drm/drm_syncobj.h
Message-ID<u4lre-1Mq-57@gated-at.bofh.it>
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst
index 9412798645c1..300898298bf6 100644
--- a/Documentation/gpu/drm-mm.rst
+++ b/Documentation/gpu/drm-mm.rst
@@ -492,7 +492,7 @@ DRM Sync Objects
    :doc: Overview
 
 .. kernel-doc:: include/drm/drm_syncobj.h
-   :export:
+   :internal:
 
 .. kernel-doc:: drivers/gpu/drm/drm_syncobj.c
    :export:
-- 
2.9.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web