From 0f8f4c6eb6ab0abdf6ce4480d2878a5618145e69 Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Fri, 23 Oct 2015 10:00:17 +0300 Subject: api: doc: re-organize doxygen doc for synchronizer Removed module synchronizer from doxygen documentation and introduced new modules for locks, atomics and barriers. Removed unnecessary group tagging from internal headers, which are not visible to doxygen anyway. Signed-off-by: Petri Savolainen Reviewed-by: Mike Holmes Signed-off-by: Maxim Uvarov --- platform/linux-generic/include/odp/rwlock.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'platform/linux-generic/include/odp/rwlock.h') diff --git a/platform/linux-generic/include/odp/rwlock.h b/platform/linux-generic/include/odp/rwlock.h index ca88ff7db..f9d8f5fd4 100644 --- a/platform/linux-generic/include/odp/rwlock.h +++ b/platform/linux-generic/include/odp/rwlock.h @@ -19,14 +19,6 @@ extern "C" { #include -/** @ingroup odp_synchronizers - * @{ - */ - -/** - * @} - */ - #include #ifdef __cplusplus -- cgit v1.2.3