From 7f73c24019bf295dfdb28a4eb235e2877236f8ae Mon Sep 17 00:00:00 2001 From: mutouyun Date: Tue, 7 Jan 2025 10:16:41 +0800 Subject: [PATCH] libimp => libipc --- include/libipc/imp/expected.h | 2 +- include/libipc/imp/export.h | 2 +- include/libipc/imp/nameof.h | 2 +- include/libipc/imp/scope_exit.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/libipc/imp/expected.h b/include/libipc/imp/expected.h index e5f7820..1e276a0 100644 --- a/include/libipc/imp/expected.h +++ b/include/libipc/imp/expected.h @@ -1,5 +1,5 @@ /** - * \file libimp/expected.h + * \file libipc/expected.h * \author mutouyun (orz@orzz.org) * \brief Provides a way to store either of two values. */ diff --git a/include/libipc/imp/export.h b/include/libipc/imp/export.h index 740dd82..98e1b91 100755 --- a/include/libipc/imp/export.h +++ b/include/libipc/imp/export.h @@ -1,5 +1,5 @@ /** - * \file libimp/export.h + * \file libipc/export.h * \author mutouyun (orz@orzz.org) * \brief Define the symbol export interfaces. */ diff --git a/include/libipc/imp/nameof.h b/include/libipc/imp/nameof.h index ea2d362..704fc0c 100644 --- a/include/libipc/imp/nameof.h +++ b/include/libipc/imp/nameof.h @@ -1,5 +1,5 @@ /** - * \file libimp/nameof.h + * \file libipc/nameof.h * \author mutouyun (orz@orzz.org) * \brief Gets the name string of a type. */ diff --git a/include/libipc/imp/scope_exit.h b/include/libipc/imp/scope_exit.h index 4f93790..f1c0065 100644 --- a/include/libipc/imp/scope_exit.h +++ b/include/libipc/imp/scope_exit.h @@ -1,5 +1,5 @@ /** - * \file libimp/scope_exit.h + * \file libipc/scope_exit.h * \author mutouyun (orz@orzz.org) * \brief Execute guard function when the enclosing scope exits. */