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:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
///@file
|
||||
|
||||
#include "eval.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user