change clang-format
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
f63d2b2fe2
commit
eab9bafe7b
33 changed files with 217 additions and 254 deletions
|
|
@ -15,10 +15,10 @@
|
|||
IKARUS_BEGIN_HEADER
|
||||
|
||||
/// \brief Delineates what caused an error.
|
||||
/// \details First 2 bytes delineate the major type, next 2 bytes delineate the minor type, next 4 bytes delineate the detail
|
||||
/// type.
|
||||
/// \remark Note that this doesn't show responsibility. An error with source "SubSystem" could still be the fault of
|
||||
/// libikarus.
|
||||
/// \details First 2 bytes delineate the major type, next 2 bytes delineate the minor type, next 4 bytes delineate the
|
||||
/// detail type.
|
||||
/// \remark Note that this doesn't show responsibility. An error with source "SubSystem" could still be the
|
||||
/// fault of libikarus.
|
||||
enum IkarusErrorInfo {
|
||||
/// \brief No error occurred.
|
||||
IkarusErrorInfo_Source_None = 0x0001000000000000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue