linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/1] Documentation: core-api: Drop :export: for int_log.h
@ 2023-07-25 10:49 Andy Shevchenko
  2023-07-25 13:12 ` Jonathan Corbet
  2023-07-25 19:20 ` Mark Brown
  0 siblings, 2 replies; 11+ messages in thread
From: Andy Shevchenko @ 2023-07-25 10:49 UTC (permalink / raw)
  To: linux-doc, linux-kernel
  Cc: Jonathan Corbet, Andy Shevchenko, Stephen Rothwell, Randy Dunlap

The :export: keyword makes sense only for C-files, where EXPORT_SYMBOL()
might appear. Otherwise kernel-doc may not produce anything out of this
file.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: f97fa3dcb2db ("lib/math: Move dvb_math.c into lib/math/int_log.c")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
---
v2: added tags (Randy, Jonathan), assumed to go via ASoC tree
 Documentation/core-api/kernel-api.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index a526fbe06f86..ae92a2571388 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -166,7 +166,6 @@ Integer log and power Functions
 -------------------------------
 
 .. kernel-doc:: include/linux/int_log.h
-   :export:
 
 .. kernel-doc:: lib/math/int_pow.c
    :export:
-- 
2.40.0.1.gaa8946217a0b


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-07-26 14:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 10:49 [PATCH v2 1/1] Documentation: core-api: Drop :export: for int_log.h Andy Shevchenko
2023-07-25 13:12 ` Jonathan Corbet
2023-07-25 13:16   ` Andy Shevchenko
2023-07-25 13:46   ` Mark Brown
2023-07-25 14:06     ` Andy Shevchenko
2023-07-25 14:27       ` Mark Brown
2023-07-25 14:40         ` Andy Shevchenko
2023-07-25 14:51           ` Mark Brown
2023-07-25 15:16             ` Andy Shevchenko
2023-07-25 19:20 ` Mark Brown
2023-07-26 14:45   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).