From 00ebb7feb78614b28d46511ebc2eb76967c20efc Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Tue, 27 Oct 2020 19:55:40 -0400 Subject: 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 Reviewed-by: Simon Glass --- doc/develop/logging.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/develop/logging.rst') 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: -- cgit v1.2.3