mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-18 02:54:23 +00:00
This directs new devs to look for the source files instead of wasting time editing generated files.
16 lines
378 B
Plaintext
16 lines
378 B
Plaintext
{{#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 {
|
|
// Nlohmann-based models are header-only for now.
|
|
} // namespace models
|
|
|
|
{{/model}}
|
|
{{/models}}
|