diff options
author | Sean Anderson <seanga2@gmail.com> | 2020-10-27 19:55:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-30 10:58:07 -0400 |
commit | 00ebb7feb78614b28d46511ebc2eb76967c20efc (patch) | |
tree | ecc8225654ae6c3194174484f75ea9a0a06d7229 /doc | |
parent | 89723b94943663407f1c65cbff1f652f01a91311 (diff) | |
download | u-boot-00ebb7feb78614b28d46511ebc2eb76967c20efc.tar.gz |
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')
-rw-r--r-- | doc/develop/logging.rst | 5 |
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: |