Blender V5.0
description.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "BLI_string_ref.hh"
8
9#include <string>
10
11namespace blender::ocio {
12
20std::string cleanup_description(StringRef description);
21
22} // namespace blender::ocio
std::string cleanup_description(const StringRef description)