On Sat, 10 Oct 2020 at 13:44, Sean Anderson <sean...@gmail.com> wrote: > > The functions in log.h are already mostly documented, so add them to the > generated documentation. > > Signed-off-by: Sean Anderson <sean...@gmail.com> > --- > > Changes in v2: > - Add % before constants in kerneldocs > - Document log_level_t and log_category_t members > > doc/develop/logging.rst | 5 ++ > include/log.h | 138 +++++++++++++++++++++++++--------------- > 2 files changed, 92 insertions(+), 51 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>