Skip to content
Snippets Groups Projects
Commit 33269bcd authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Rename caosdb in comments

parent 48a3cfed
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* @brief Users, together with roles, and permissions are a fundamental concept * @brief Users, together with roles, and permissions are a fundamental concept
* of the access controll management of CaosDB. * of the access controll management of CaosDB.
* *
* @file caosdb/acm/user.h * @file linkahead/acm/user.h
* @author Timm Fitchen * @author Timm Fitchen
* @date 2022-06-29 * @date 2022-06-29
*/ */
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef LINKAHEAD_AUTHENTICATION_H #ifndef LINKAHEAD_AUTHENTICATION_H
#define LINKAHEAD_AUTHENTICATION_H #define LINKAHEAD_AUTHENTICATION_H
/** /**
* @file caosdb/authentication.h * @file linkahead/authentication.h
* @author Timm Fitschen * @author Timm Fitschen
* @date 2021-06-28 * @date 2021-06-28
* @brief Configuration and setup of the client authentication. * @brief Configuration and setup of the client authentication.
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef LINKAHEAD_CONNECTION_H #ifndef LINKAHEAD_CONNECTION_H
#define LINKAHEAD_CONNECTION_H #define LINKAHEAD_CONNECTION_H
/** /**
* @file caosdb/connection.h * @file linkahead/connection.h
* @author Timm Fitschen * @author Timm Fitschen
* @date 2021-05-18 * @date 2021-05-18
* @brief Configuration and setup of the connection. * @brief Configuration and setup of the connection.
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/** /**
* @brief Anything entity-related. * @brief Anything entity-related.
* @file caosdb/entity.h * @file linkahead/entity.h
* @author Timm Fitchen * @author Timm Fitchen
* @date 2021-07-07 * @date 2021-07-07
*/ */
......
...@@ -30,7 +30,7 @@ using linkahead::StatusCode; ...@@ -30,7 +30,7 @@ using linkahead::StatusCode;
using std::runtime_error; 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 { class Exception : public runtime_error {
public: public:
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
/** /**
* @brief File descriptors are used to represent directories, links and files * @brief File descriptors are used to represent directories, links and files
* of the caosdb file system and their meta data. * of the linkahead file system and their meta data.
* @file caosdb/entity.h * @file linkahead/entity.h
* @author Timm Fitchen * @author Timm Fitchen
* @date 2022-01-21 * @date 2022-01-21
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment