1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

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`.
This commit is contained in:
John Ericson 2023-03-31 23:18:41 -04:00
parent abd5e7dec0
commit f4ab297b31
145 changed files with 163 additions and 0 deletions

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "installable-value.hh"
#include "command.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "installable-value.hh"
#include "args.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "args.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "types.hh"

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "globals.hh"
#include "installable-value.hh"
#include "outputs-spec.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "installables.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "installable-value.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "installables.hh"
#include "flake/flake.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "util.hh"
#include "path.hh"

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include <functional>
#include <map>

View file

@ -1,3 +1,6 @@
#pragma once
///@file
#include "types.hh"
namespace nix {

View file

@ -1,4 +1,5 @@
#pragma once
///@file
#include "eval.hh"