diff --git a/include/linkahead/acm/user.h b/include/linkahead/acm/user.h index 073f95b25d0c0f297a6636ea83b7cf6f0da2c42b..aa0d20525891f5479866ce806e037509558295e0 100644 --- a/include/linkahead/acm/user.h +++ b/include/linkahead/acm/user.h @@ -23,7 +23,7 @@ * @brief Users, together with roles, and permissions are a fundamental concept * of the access controll management of CaosDB. * - * @file caosdb/acm/user.h + * @file linkahead/acm/user.h * @author Timm Fitchen * @date 2022-06-29 */ diff --git a/include/linkahead/authentication.h b/include/linkahead/authentication.h index 600a6c3f3c7fbf1b4da5ef99811f7796cd400990..d4596ae54c994435ea66d5d7204ed6ee2632e48c 100644 --- a/include/linkahead/authentication.h +++ b/include/linkahead/authentication.h @@ -22,7 +22,7 @@ #ifndef LINKAHEAD_AUTHENTICATION_H #define LINKAHEAD_AUTHENTICATION_H /** - * @file caosdb/authentication.h + * @file linkahead/authentication.h * @author Timm Fitschen * @date 2021-06-28 * @brief Configuration and setup of the client authentication. diff --git a/include/linkahead/connection.h b/include/linkahead/connection.h index fd43d2ca988b65595df5bec8b9fc431b3f3fc940..e7180f1867ce336f0ded0ab213eb3963e8597b7f 100644 --- a/include/linkahead/connection.h +++ b/include/linkahead/connection.h @@ -22,7 +22,7 @@ #ifndef LINKAHEAD_CONNECTION_H #define LINKAHEAD_CONNECTION_H /** - * @file caosdb/connection.h + * @file linkahead/connection.h * @author Timm Fitschen * @date 2021-05-18 * @brief Configuration and setup of the connection. diff --git a/include/linkahead/entity.h b/include/linkahead/entity.h index ca1802a253f463646bf633a848d53900e8926de3..74fa210771f2cea9a15ac942088513c391d445a9 100644 --- a/include/linkahead/entity.h +++ b/include/linkahead/entity.h @@ -22,7 +22,7 @@ /** * @brief Anything entity-related. - * @file caosdb/entity.h + * @file linkahead/entity.h * @author Timm Fitchen * @date 2021-07-07 */ diff --git a/include/linkahead/exceptions.h b/include/linkahead/exceptions.h index 68c1b350545176e260ba4bc557cf8e181ef921a2..85eec4f36e6f03e80060887c4fb5b739b648738e 100644 --- a/include/linkahead/exceptions.h +++ b/include/linkahead/exceptions.h @@ -30,7 +30,7 @@ using linkahead::StatusCode; using std::runtime_error; /** - * @brief Generic exception class of the caosdb client library. + * @brief Generic exception class of the linkahead client library. */ class Exception : public runtime_error { public: diff --git a/include/linkahead/file_descriptor.h b/include/linkahead/file_descriptor.h index 08d5a7c4ead0dd5d2a134915392aa7a79c061fbb..84a1fd1560fb228eab03ee1e68c558719c8fca99 100644 --- a/include/linkahead/file_descriptor.h +++ b/include/linkahead/file_descriptor.h @@ -21,8 +21,8 @@ /** * @brief File descriptors are used to represent directories, links and files - * of the caosdb file system and their meta data. - * @file caosdb/entity.h + * of the linkahead file system and their meta data. + * @file linkahead/entity.h * @author Timm Fitchen * @date 2022-01-21 */