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>
This commit is contained in:
Sean Anderson
2020-10-27 19:55:40 -04:00
committed by Tom Rini
parent 89723b9494
commit 00ebb7feb7
2 changed files with 99 additions and 54 deletions

View File

@@ -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: