diff --git a/include/flamegpu/flamegpu.h b/include/flamegpu/flamegpu.h index 539324a43..6850b0f4c 100644 --- a/include/flamegpu/flamegpu.h +++ b/include/flamegpu/flamegpu.h @@ -12,6 +12,13 @@ #include #endif +/** + * @namespace flamegpu + * The flamegpu namespace containing all namespace'd elements of the flamegpu api. + * + * the inner detail namespace and it's members are implementation details not considered part of the public facing API and may change at any time. + */ + // include all host API classes (top level header from each module) #include "flamegpu/version.h" #include "flamegpu/runtime/HostAPI.h"