aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/installable-attr-path.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-03-31 23:18:41 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-03-31 23:19:44 -0400
commitf4ab297b3185ca4214cfa83bbd4b8f0039b6fadf (patch)
tree0fa291d5a9197244adedfa49cd954fa537c78a99 /src/libcmd/installable-attr-path.hh
parentabd5e7dec039386628223f886b33047734172c8d (diff)
Ensure all headers have `#pragma once` and are in API docs
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`.
Diffstat (limited to 'src/libcmd/installable-attr-path.hh')
-rw-r--r--src/libcmd/installable-attr-path.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcmd/installable-attr-path.hh b/src/libcmd/installable-attr-path.hh
index c06132ec8..e9f0c33da 100644
--- a/src/libcmd/installable-attr-path.hh
+++ b/src/libcmd/installable-attr-path.hh
@@ -1,3 +1,6 @@
+#pragma once
+///@file
+
#include "globals.hh"
#include "installable-value.hh"
#include "outputs-spec.hh"