Skip to content

Commit d40be58

Browse files
cfriedtkartben
authored andcommitted
posix: doc: hide internal posix_clock.h functions from doxygen
Prevent doxygen from parsing internal functions declared in posix_clock.h . Signed-off-by: Chris Friedt <[email protected]>
1 parent 615ae7e commit d40be58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/posix/options/posix_clock.h

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include <zephyr/sys_clock.h>
1717
#include <zephyr/sys/__assert.h>
1818

19+
/** @cond INTERNAL_HIDDEN */
20+
1921
static inline bool timespec_is_valid(const struct timespec *ts)
2022
{
2123
__ASSERT_NO_MSG(ts != NULL);
@@ -26,6 +28,8 @@ uint32_t timespec_to_timeoutms(clockid_t clock_id, const struct timespec *abstim
2628

2729
__syscall int __posix_clock_get_base(clockid_t clock_id, struct timespec *ts);
2830

31+
/** INTERNAL_HIDDEN @endcond */
32+
2933
#include <zephyr/syscalls/posix_clock.h>
3034

3135
#endif

0 commit comments

Comments
 (0)