mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-17 18:44:23 +00:00
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:
@@ -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.
|
||||
*/
|
||||
#include "{{packageName}}/model/{{classname}}.h"
|
||||
|
||||
namespace models {
|
||||
|
||||
Reference in New Issue
Block a user