mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
libimp => libipc
This commit is contained in:
parent
a4eeac7217
commit
f3ca9a30e8
@ -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