Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: d2555ab2543f06a9e894a20b0f658699d96fe723 https://github.com/OpenAMP/libmetal/commit/d2555ab2543f06a9e894a20b0f658699d... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths: M lib/system/freertos/sleep.h M lib/system/generic/sleep.h M lib/system/linux/sleep.h M lib/system/nuttx/sleep.h M lib/system/zephyr/sleep.h
Log Message: ----------- Doc: fix doc generation warnings in system sleep.h files
Fix "unbalanced grouping commands" warnings by cleaning up the end-of-block occurrences, defined without starting tag. No need to define an API interface block in these files, the interface is already described in the main sleep.h file.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com