From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpjday@crashcourse.ca (Robert P. J. Day) Date: Tue, 3 Feb 2015 06:06:45 -0500 (EST) Subject: [PATCH][kerneldoc] Remove non-functional DocBook "!D" tag Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Remove the description of the apparently long non-functional "!D" kerneldoc directive, and the single place under DocBook that refers to it, which is simply commented out, anyway. If someone someday wants to make that directive functional, then a description of it can be added back in. Signed-off-by: Robert P. J. Day --- the warning that "!D" functionality is "not perfect" goes back to 2008, so it's fairly clear that no one is going to miss it. diff --git a/Documentation/DocBook/networking.tmpl b/Documentation/DocBook/networking.tmpl index 29df250..1c9c07a 100644 --- a/Documentation/DocBook/networking.tmpl +++ b/Documentation/DocBook/networking.tmpl @@ -61,9 +61,6 @@ !Enet/core/gen_estimator.c SUN RPC subsystem - !Enet/sunrpc/xdr.c !Enet/sunrpc/svc_xprt.c !Enet/sunrpc/xprt.c diff --git a/Documentation/kernel-doc-nano-HOWTO.txt b/Documentation/kernel-doc-nano-HOWTO.txt index acbc1a3..12f2c57 100644 --- a/Documentation/kernel-doc-nano-HOWTO.txt +++ b/Documentation/kernel-doc-nano-HOWTO.txt @@ -343,9 +343,6 @@ collected from files listed in Documentation/DocBook/Makefile. !I is replaced by the documentation for functions that are _not_ exported using EXPORT_SYMBOL. -!D is used to name additional files to search for functions -exported using EXPORT_SYMBOL. - !F is replaced by the documentation, in , for the functions listed. -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================