1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +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,4 +1,5 @@
#pragma once
///@file
#include "eval.hh"