From 33269bcd4c2fbdef6bcf0f5f15afa442dcc21f54 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Tue, 3 Sep 2024 09:28:27 +0200
Subject: [PATCH] Rename caosdb in comments

---
 include/linkahead/acm/user.h        | 2 +-
 include/linkahead/authentication.h  | 2 +-
 include/linkahead/connection.h      | 2 +-
 include/linkahead/entity.h          | 2 +-
 include/linkahead/exceptions.h      | 2 +-
 include/linkahead/file_descriptor.h | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/linkahead/acm/user.h b/include/linkahead/acm/user.h
index 073f95b..aa0d205 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 600a6c3..d4596ae 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 fd43d2c..e7180f1 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 ca1802a..74fa210 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 68c1b35..85eec4f 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 08d5a7c..84a1fd1 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
  */
-- 
GitLab