context-ids, context-types, context-identifiers - add descriptions

Hope I don't miss anything, but couldn't find any references to ContextTypes, ContextIdentifiers and they seem to have no effect.
This commit is contained in:
Andrej730
2025-07-11 17:48:37 +05:00
parent 722f71b3b3
commit f07391181d
+3 -3
View File
@@ -230,17 +230,17 @@ namespace ifcopenshell {
struct ContextIds : public SettingBase<ContextIds, std::set<int>> {
static constexpr const char* const name = "context-ids";
static constexpr const char* const description = "";
static constexpr const char* const description = "List of comma separated context ids to process - e.g. '15,29' (no quotes needed).";
};
struct ContextTypes : public SettingBase<ContextTypes, std::set<std::string>> {
static constexpr const char* const name = "context-types";
static constexpr const char* const description = "";
static constexpr const char* const description = "Currently option has no effect.";
};
struct ContextIdentifiers : public SettingBase<ContextIdentifiers, std::set<std::string>> {
static constexpr const char* const name = "context-identifiers";
static constexpr const char* const description = "";
static constexpr const char* const description = "Currently option has no effect.";
};
enum OutputDimensionalityTypes {