The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Add ipc_shared doc group

authored by

Jakob Bornecrantz and committed by
Ryan Pavlik
585bb6fe 3008e548

+12 -5
+7
src/xrt/ipc/shared/ipc_documentation.h
··· 18 18 */ 19 19 20 20 /*! 21 + * @defgroup ipc_shared Shared IPC code 22 + * @ingroup ipc 23 + * 24 + * @brief Shared IPC code. 25 + */ 26 + 27 + /*! 21 28 * @defgroup ipc_client Client IPC 22 29 * @ingroup ipc 23 30 *
+1 -1
src/xrt/ipc/shared/ipc_protocol.h
··· 5 5 * @brief Common protocol definition. 6 6 * @author Pete Black <pblack@collabora.com> 7 7 * @author Jakob Bornecrantz <jakob@collabora.com> 8 - * @ingroup ipc 8 + * @ingroup ipc_shared 9 9 */ 10 10 11 11 #pragma once
+1 -1
src/xrt/ipc/shared/ipc_shmem.c
··· 6 6 * @author Ryan Pavlik <ryan.pavlik@collabora.com> 7 7 * @author Pete Black <pblack@collabora.com> 8 8 * @author Jakob Bornecrantz <jakob@collabora.com> 9 - * @ingroup ipc_internal 9 + * @ingroup ipc_shared 10 10 */ 11 11 12 12 #include <xrt/xrt_config_os.h>
+1 -1
src/xrt/ipc/shared/ipc_shmem.h
··· 4 4 * @file 5 5 * @brief Shared memory helpers 6 6 * @author Ryan Pavlik <ryan.pavlik@collabora.com> 7 - * @ingroup ipc_internal 7 + * @ingroup ipc_shared 8 8 */ 9 9 10 10 #pragma once
+1 -1
src/xrt/ipc/shared/ipc_utils.c
··· 6 6 * @author Ryan Pavlik <ryan.pavlik@collabora.com> 7 7 * @author Pete Black <pblack@collabora.com> 8 8 * @author Jakob Bornecrantz <jakob@collabora.com> 9 - * @ingroup ipc_internal 9 + * @ingroup ipc_shared 10 10 */ 11 11 12 12 #include "xrt/xrt_config_os.h"
+1 -1
src/xrt/ipc/shared/ipc_utils.h
··· 4 4 * @file 5 5 * @brief IPC util helpers, for internal use only 6 6 * @author Ryan Pavlik <ryan.pavlik@collabora.com> 7 - * @ingroup ipc_internal 7 + * @ingroup ipc_shared 8 8 */ 9 9 10 10 #pragma once