Files
OpenSpace/support/cmake/module_documentation.template
2024-10-10 09:49:02 +02:00

16 lines
425 B
Plaintext

// This file has been auto-generated by CMake based on
// support/cmake/module_documentation.template
// Do not change this file manually
#ifndef __MODULE_DOCUMENTATION_H__
#define __MODULE_DOCUMENTATION_H__
namespace {
struct [[codegen::Dictionary(ModuleConfiguration)]] Parameters {
@MODULE_DOCUMENTATION_CODEGEN@
};
#include "moduledocumentation_codegen.cpp"
} // namespace
#endif // __MODULE_DOCUMENTATION_H__