Add auto-generation notices for generated files

This directs new devs to look for the source files instead of
wasting time editing generated files.
This commit is contained in:
2026-02-28 13:30:23 -04:00
parent 7ae1fe6b3b
commit 2965f8e582
4 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
{{#models}}
{{#model}}
/*
* AUTO-GENERATED BY CppBeSsot.
* Direct edits are pointless: this file is regenerated.
* Update the OpenAPI schema and/or CppBeSsot templates, then regenerate generated-* outputs.
*/
#pragma once
#include <cstdint>