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:
parent
abd5e7dec0
commit
f4ab297b31
145 changed files with 163 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
///@file
|
||||
|
||||
#include "eval.hh"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue