libimp => libipc

This commit is contained in:
mutouyun 2025-01-07 10:16:41 +08:00 committed by 木头云
parent b3d520cd25
commit 7f73c24019
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/** /**
* \file libimp/expected.h * \file libipc/expected.h
* \author mutouyun (orz@orzz.org) * \author mutouyun (orz@orzz.org)
* \brief Provides a way to store either of two values. * \brief Provides a way to store either of two values.
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* \file libimp/export.h * \file libipc/export.h
* \author mutouyun (orz@orzz.org) * \author mutouyun (orz@orzz.org)
* \brief Define the symbol export interfaces. * \brief Define the symbol export interfaces.
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* \file libimp/nameof.h * \file libipc/nameof.h
* \author mutouyun (orz@orzz.org) * \author mutouyun (orz@orzz.org)
* \brief Gets the name string of a type. * \brief Gets the name string of a type.
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* \file libimp/scope_exit.h * \file libipc/scope_exit.h
* \author mutouyun (orz@orzz.org) * \author mutouyun (orz@orzz.org)
* \brief Execute guard function when the enclosing scope exits. * \brief Execute guard function when the enclosing scope exits.
*/ */