mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 16:30:07 -06:00
16 lines
425 B
Plaintext
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__
|