libimp => libipc

This commit is contained in:
mutouyun 2025-01-07 10:16:41 +08:00
parent e5546179e2
commit 54f05e9536
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)
* \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)
* \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)
* \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)
* \brief Execute guard function when the enclosing scope exits.
*/