aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/derived-path-map.hh1
-rw-r--r--src/libstore/path-references.hh1
-rw-r--r--src/libstore/remote-store-connection.hh3
3 files changed, 5 insertions, 0 deletions
diff --git a/src/libstore/derived-path-map.hh b/src/libstore/derived-path-map.hh
index 4d72b301e..393cdedf7 100644
--- a/src/libstore/derived-path-map.hh
+++ b/src/libstore/derived-path-map.hh
@@ -1,4 +1,5 @@
#pragma once
+///@file
#include "types.hh"
#include "derived-path.hh"
diff --git a/src/libstore/path-references.hh b/src/libstore/path-references.hh
index 7b44e3261..0553003f8 100644
--- a/src/libstore/path-references.hh
+++ b/src/libstore/path-references.hh
@@ -1,4 +1,5 @@
#pragma once
+///@file
#include "references.hh"
#include "path.hh"
diff --git a/src/libstore/remote-store-connection.hh b/src/libstore/remote-store-connection.hh
index e4a9cacb9..44328b06b 100644
--- a/src/libstore/remote-store-connection.hh
+++ b/src/libstore/remote-store-connection.hh
@@ -1,3 +1,6 @@
+#pragma once
+///@file
+
#include "remote-store.hh"
#include "worker-protocol.hh"
#include "pool.hh"