From a1883e93c1094ed34c21e018d34993e2a9e80506 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 21 Feb 2025 12:23:09 -0700 Subject: Complete TODO comments and documentation --- libcr_ipc/CMakeLists.txt | 2 +- libcr_ipc/tests/config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libcr_ipc') diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index a7d6021..0c3bd57 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -1,4 +1,4 @@ -# libcr_ipc/CMakeLists.txt - TODO +# libcr_ipc/CMakeLists.txt - IPC primitives for libcr # # Copyright (C) 2024-2025 Luke T. Shumaker # SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/libcr_ipc/tests/config.h b/libcr_ipc/tests/config.h index 2a5cbc9..b00508c 100644 --- a/libcr_ipc/tests/config.h +++ b/libcr_ipc/tests/config.h @@ -1,6 +1,6 @@ -/* config.h - TODO +/* config.h - Compile-time configuration for the libcr_ipc tests * - * Copyright (C) 2024 Luke T. Shumaker + * Copyright (C) 2024-2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later */ -- cgit v1.2.3-2-g168b