OSDN Git Service

docs/core-api: Add string helpers API to the list
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2019 16:39:44 +0000 (19:39 +0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 6 Jun 2019 15:53:45 +0000 (09:53 -0600)
Some times string helpers are needed, but there is nothing about them
in the generated documentation.

Fill the gap by adding a reference to string_helpers.c exported functions.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/kernel-api.rst

index a53ec2e..65ae2bf 100644 (file)
@@ -33,6 +33,9 @@ String Conversions
 .. kernel-doc:: lib/kstrtox.c
    :export:
 
+.. kernel-doc:: lib/string_helpers.c
+   :export:
+
 String Manipulation
 -------------------