summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_config.c2
-rw-r--r--src/restclient/anastasis_api_curl_defaults.c2
-rw-r--r--src/restclient/anastasis_api_curl_defaults.h2
-rw-r--r--src/restclient/anastasis_api_keyshare_lookup.c2
-rw-r--r--src/restclient/anastasis_api_policy_lookup.c2
-rw-r--r--src/restclient/anastasis_api_policy_store.c2
-rw-r--r--src/restclient/anastasis_api_truth_store.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/restclient/anastasis_api_config.c b/src/restclient/anastasis_api_config.c
index 8a479f4..845b7f6 100644
--- a/src/restclient/anastasis_api_config.c
+++ b/src/restclient/anastasis_api_config.c
@@ -14,7 +14,7 @@
Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/anastasis_api_config.c
+ * @file restclient/anastasis_api_config.c
* @brief Implementation of the /config GET
* @author Christian Grothoff
* @author Dennis Neufeld
diff --git a/src/restclient/anastasis_api_curl_defaults.c b/src/restclient/anastasis_api_curl_defaults.c
index 27b965f..70d015f 100644
--- a/src/restclient/anastasis_api_curl_defaults.c
+++ b/src/restclient/anastasis_api_curl_defaults.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/anastasis_api_curl_defaults.c
+ * @file restclient/anastasis_api_curl_defaults.c
* @brief curl easy handle defaults
* @author Florian Dold
*/
diff --git a/src/restclient/anastasis_api_curl_defaults.h b/src/restclient/anastasis_api_curl_defaults.h
index 62e0081..1ba139f 100644
--- a/src/restclient/anastasis_api_curl_defaults.h
+++ b/src/restclient/anastasis_api_curl_defaults.h
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file lib/anastasis_api_curl_defaults.h
+ * @file restclient/anastasis_api_curl_defaults.h
* @brief curl easy handle defaults
* @author Florian Dold
*/
diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c
index a2e4316..b61fe20 100644
--- a/src/restclient/anastasis_api_keyshare_lookup.c
+++ b/src/restclient/anastasis_api_keyshare_lookup.c
@@ -14,7 +14,7 @@
Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/anastasis_api_keyshare_lookup.c
+ * @file restclient/anastasis_api_keyshare_lookup.c
* @brief Implementation of the GET /truth client
* @author Christian Grothoff
* @author Dennis Neufeld
diff --git a/src/restclient/anastasis_api_policy_lookup.c b/src/restclient/anastasis_api_policy_lookup.c
index e7c6e33..cff4d68 100644
--- a/src/restclient/anastasis_api_policy_lookup.c
+++ b/src/restclient/anastasis_api_policy_lookup.c
@@ -18,7 +18,7 @@
*/
/**
- * @file lib/anastasis_api_policy_lookup.c
+ * @file restclient/anastasis_api_policy_lookup.c
* @brief Implementation of the /policy GET and POST
* @author Christian Grothoff
* @author Dennis Neufeld
diff --git a/src/restclient/anastasis_api_policy_store.c b/src/restclient/anastasis_api_policy_store.c
index 7c6c244..5d44094 100644
--- a/src/restclient/anastasis_api_policy_store.c
+++ b/src/restclient/anastasis_api_policy_store.c
@@ -18,7 +18,7 @@
*/
/**
- * @file lib/anastasis_api_policy_store.c
+ * @file restclient/anastasis_api_policy_store.c
* @brief Implementation of the /policy GET and POST
* @author Christian Grothoff
* @author Dennis Neufeld
diff --git a/src/restclient/anastasis_api_truth_store.c b/src/restclient/anastasis_api_truth_store.c
index 3311bc4..d765e3f 100644
--- a/src/restclient/anastasis_api_truth_store.c
+++ b/src/restclient/anastasis_api_truth_store.c
@@ -14,7 +14,7 @@
Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file lib/anastasis_api_truth_store.c
+ * @file restclient/anastasis_api_truth_store.c
* @brief Implementation of the /truth GET and POST
* @author Christian Grothoff
* @author Dennis Neufeld