summaryrefslogtreecommitdiff
path: root/doc/develop/logging.rst
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-10-27 19:55:40 -0400
committerTom Rini <trini@konsulko.com>2020-10-30 10:58:07 -0400
commit00ebb7feb78614b28d46511ebc2eb76967c20efc (patch)
treeecc8225654ae6c3194174484f75ea9a0a06d7229 /doc/develop/logging.rst
parent89723b94943663407f1c65cbff1f652f01a91311 (diff)
doc: Add log kerneldocs to documentation
The functions in log.h are already mostly documented, so add them to the generated documentation. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop/logging.rst')
-rw-r--r--doc/develop/logging.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/develop/logging.rst b/doc/develop/logging.rst
index 528280c3e8..409dbcadd2 100644
--- a/doc/develop/logging.rst
+++ b/doc/develop/logging.rst
@@ -297,3 +297,8 @@ information
Add a command to add new log records and delete existing records.
Provide additional log() functions - e.g. logc() to specify the category
+
+Logging API
+-----------
+.. kernel-doc:: include/log.h
+ :internal: