mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
libimp => libipc
This commit is contained in:
parent
e5546179e2
commit
54f05e9536
@ -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.
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file libimp/export.h
|
||||
* \file libipc/export.h
|
||||
* \author mutouyun (orz@orzz.org)
|
||||
* \brief Define the symbol export interfaces.
|
||||
*/
|
||||
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user