Skip to content
Snippets Groups Projects
Commit b631c7f5 authored by Jonathan Corbet's avatar Jonathan Corbet
Browse files

docs: don't try to get comments from rcupdate_wait.h or rcutree.h


Neither file contains any kerneldoc comments, so including them generates
these warnings in the docs build:

  ./include/linux/rcupdate_wait.h:1: warning: no structured comments found
  ./include/linux/rcutree.h:1: warning: no structured comments found

Remove them and make life a little quieter.

Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 4d01460e
No related branches found
No related tags found
No related merge requests found
...@@ -356,10 +356,6 @@ Read-Copy Update (RCU) ...@@ -356,10 +356,6 @@ Read-Copy Update (RCU)
.. kernel-doc:: include/linux/rcupdate.h .. kernel-doc:: include/linux/rcupdate.h
.. kernel-doc:: include/linux/rcupdate_wait.h
.. kernel-doc:: include/linux/rcutree.h
.. kernel-doc:: kernel/rcu/tree.c .. kernel-doc:: kernel/rcu/tree.c
.. kernel-doc:: kernel/rcu/tree_plugin.h .. kernel-doc:: kernel/rcu/tree_plugin.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment